-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
8-pool, 11, 14, 17, 19, 20, 21
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
The generated sources for the templated Buffer classes are filled with empty lines, making them unreadable in many places.
From a quick look, it seems like for every skipped template line empty lines are still being issued. That includes the line where the `if` and `end` clauses are.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
For example, open the IntBuffer class in your IDE and look at the header.
FREQUENCY : always
The generated sources for the templated Buffer classes are filled with empty lines, making them unreadable in many places.
From a quick look, it seems like for every skipped template line empty lines are still being issued. That includes the line where the `if` and `end` clauses are.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
For example, open the IntBuffer class in your IDE and look at the header.
FREQUENCY : always
- duplicates
-
JDK-8207804 (bf) Consider removing blank lines from generated Buffer sources
-
- Closed
-
- links to
-
Review openjdk/jdk/12431