Vastra-Gotalandsregionen / oppna-program-icc

Automatically exported from code.google.com/p/oppna-program-icc
0 stars 3 forks source link

Added ignoreAnnotationCanonicalNames to ModifierVisibilityCheck. Allo… #28

Closed northlander closed 6 years ago

northlander commented 6 years ago

…ws public for @org.junit.Rule annotations (and com.google.annotations.VisibleForTesting)

I.e. allows:

@Rule public TemporaryFolder tempFolder = new TemporaryFolder(); (from Junit).

northlander commented 6 years ago

not needed in later versions of CheckStyle