guava/refactorings
bhagwani 7fcdfa5710 This change suppresses DefaultPackage check for any java class which uses the default java package, in preparation for enabling a compiler error that will prevent new instances of the bug.
The Google Java Style Guide §8.2.1 requires Java files to have a (non-default) package declaration.  Missing package declarations can cause odd problems that are difficult to debug, such as a class not being included in a test suite or confusion around package-private visibility.

RELNOTES=suppresses warning for using default package

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=307410557
2020-04-20 14:51:33 -04:00
..
CharMatcherRewrite.java Open source refactorings directory. This is knowingly very simple, without yet documentation or many refactorings; it's a prototype first. 2018-03-28 15:03:28 -04:00
TraverserRewrite.java This change suppresses DefaultPackage check for any java class which uses the default java package, in preparation for enabling a compiler error that will prevent new instances of the bug. 2020-04-20 14:51:33 -04:00