JDK-4880663 : javap could output whitespace between class name and opening brace
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 1.4.2
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-06-18
  • Updated: 2012-01-13
  • Resolved: 2012-01-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b30Fixed
Related Reports
Relates :  
Relates :  
Description
Output like

Compiled from "Map.java"
interface java.util.Map{
...

Can be harder to read than

Compiled from "Map.java"
interface java.util.Map {

or 

Compiled from "Map.java"
interface java.util.Map
{

Comments
EVALUATION A reasonable request. ###@###.### 2003-06-18
18-06-2003