-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2120043 | 6 | Joe Darcy | P4 | Closed | Fixed | mustang |
When javac is looking for information about a class, it favors examining a class file over a source file as long as the class file is newer. However, apt should always favor a source file over the corresponding class file since the class file will not have the annotations with @RententionPolicy.SOURCE.
- backported by
-
JDK-2120043 apt should favor source files over class files for type information
- Closed
- relates to
-
JDK-6289776 javadoc should retrieve inherited data from source files even when newer class files found
- Closed
-
JDK-4996963 apt could accept class files and java files on the command line
- Resolved