Package checkers.i18n

Class Summary
Class Description
I18nChecker A type-checker that enforces (and finds the violations) two properties:
  • Only localized output gets emitted to the user
  • Only localizable keys (i.e.
  • KeyLookupAnnotatedTypeFactory  
    KeyLookupChecker A type-checker that checks that only valid localizable keys are used when using localizing methods (e.g.
    SubI18Checker A type-checker that checks that only localized String are visible to the user.