-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P5
-
Affects Version/s: 9
-
Component/s: tools
JavacParser.skip currently takes a series of 4 boolean arguments (but only 5 combinations of the flags are actually currently used). It may be cleaner to define a "SkipOption" enum and pass a pre-allocated set of SkipOptions to the skip method.