1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 10 days ago. based on code collected 10 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed default scanner class creation for SelfEquals to Guava-only check. More... over 11 years ago
Merge branch 'mdempsky/java7test' More... over 11 years ago
Merge branch 'mdempsky/transitivefix' More... over 11 years ago
Fixes from code review by supertri. More... over 11 years ago
Use assumeTrue() to let JUnit know this test is specific to Java 7. More... over 11 years ago
Merge branch 'mdempsky/utf8' More... over 11 years ago
Added missing resource files for LongLiteralLowerCaseSuffixTest. More... over 11 years ago
Fix to LongLiteralLowerCaseSuffixTest to work on both JDK6 and 7. More... over 11 years ago
Merge branch 'mdempsky/add-postfixWith' More... over 11 years ago
Explicitly use UTF-8 encoding. More... over 11 years ago
Merge branch 'mdempsky/regexMatcher' More... over 11 years ago
Add TODO as suggested by eaftan. More... over 11 years ago
Merge branch 'mdempsky/longliteral' More... over 11 years ago
Fix test for resolveIdent() return value. More... over 11 years ago
Use JavaCompiler.resolveIdent() in VisitorState.getTypeFromString(). More... over 11 years ago
Fixes to StaticMethodMatcher pointed out by Matthew. More... over 11 years ago
Fix DescendantOf handling for transitive descendants. More... over 11 years ago
Use a regex to reparse literals instead of using endPositions. More... over 11 years ago
Generalized isDescendantOf matcher to match bare method calls. More... over 11 years ago
Added regression test for StaticMethod matcher matching static imports. More... over 11 years ago
Check more Pattern and String methods for invalid regex syntax. More... over 11 years ago
Don't crash when compiling without -Xjcov. More... over 11 years ago
Simplify and fix LongLiteralLowerCaseSuffix. More... over 11 years ago
Add a matcher to detect invalid pattern syntax in string literals. More... over 11 years ago
Add postfixWith(Node, String) method to SuggestedFix. More... over 11 years ago
Changes from code review. Also allow turning on and off each part of the SelfEquals check. More... over 11 years ago
Respond to comments More... over 11 years ago
Add PreconditionsTooManyArgs bug More... over 11 years ago
Change to staticMethod matcher to detect statically imported method calls. More... over 11 years ago
Better SelfEquals suggested fix. More... over 11 years ago