Current javap code base needs to be cleaned up in the following areas:
1. To make it follow Java code convension;
2. To check if data structures are designed and used consistently;
3. To make sure System.exit is used properly.
1. To make it follow Java code convension;
2. To check if data structures are designed and used consistently;
3. To make sure System.exit is used properly.
- duplicates
-
JDK-5012943 typo in j2se/src/share/classes/sun/tools/javap/JavapEnvironment.java
- Closed
-
JDK-4174675 Javap ignores extensions
- Closed
-
JDK-5030190 help screen refers to "If verifying" in -verbose desc.
- Closed
- relates to
-
JDK-6733995 legal notice repair on langtools/src/share/classes/com/sun/tools/javap/JavapTask.java
- Closed
-
JDK-8001229 refactor javac so that ct.sym is just used for javac, not all clients of JavacFileManager
- Closed