-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b15
-
Verified
We should move the work to locate class definitions out of ClassReader into a new class ClassFinder. This will be responsible for processing paths, determining which of any cacndidate JavaFileObjects to use, etc, leaving ClassReader to focus on the specific task of reading .class files.
This will make it easier to update ClassFinder with new policies as required by -platform, Jigsaw and sjavac, etc.
This will make it easier to update ClassFinder with new policies as required by -platform, Jigsaw and sjavac, etc.