-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b121
-
Not verified
javac Modules code contains the following:
http://hg.openjdk.java.net/jdk9/dev/langtools/file/b5af83c995f9/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Modules.java#l166
// The following is required, for now, to support building
// Swing beaninfo via javadoc.
noModules = options.isSet("noModules");
This needs to be cleaned up.
http://hg.openjdk.java.net/jdk9/dev/langtools/file/b5af83c995f9/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Modules.java#l166
// The following is required, for now, to support building
// Swing beaninfo via javadoc.
noModules = options.isSet("noModules");
This needs to be cleaned up.
- relates to
-
JDK-7179078 Remove @beaninfo processing from the makefiles
-
- Resolved
-