eisop / checker-framework

Pluggable type-checking for Java
https://eisop.github.io/
Other
18 stars 18 forks source link

Consistent naming in `QualifierHierarchy` #714

Open wmdietl opened 7 months ago

wmdietl commented 7 months ago

Some methods use Annotations whereas others us Qualifiers. This is particularly inconsistent for getPolymorphicAnnotation vs isPolymorphicQualifier.

Think about how to deprecate the methods that use Annotations and add methods that use Qualifier.