forked from typetools/checker-framework
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
See how many times createUnderInitializationAnnotation creates new AnnotationMirrors:
Line 232 in 17ab5a6
| public AnnotationMirror createUnderInitializationAnnotation(TypeMirror typeFrame) { |
Some other code also looks quite tricky, e.g.
Line 249 in 17ab5a6
| while (path != null && enclosing != null) { |
Do some performance monitoring, e.g. using https://github.com/eisop/checker-framework/blob/master/checker/jtreg/nullness/Issue1438b.java , and see whether some caching would have a meaningful impact.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels