JDK-4880672 : javap does not output inner interfaces of an interface
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 1.4.2
  • Priority: P4
  • 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 b70Fixed
Related Reports
Relates :  
Relates :  
Description
 Currently, javap does not appear to output nested interfaces; e.g. java.util.Map.Entry.
when javap is run on java.util.Map.

Comments
EVALUATION Not a bug. Arguably an RFE. javap is a class file disassembler; it disassembles class files, and does not implicitly disassemble any referenced class files. Possibly we could provide a -inner option to disassemble inner classes.
02-11-2007

WORK AROUND Use "javap -Xold " .
08-09-2004

SUGGESTED FIX
08-09-2004

PUBLIC COMMENTS
08-09-2004

EVALUATION Sounds like a bug. ###@###.### 2003-06-18
18-06-2003