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
Working on CovariantEquals suggested fix More... about 12 years ago
Add an integration test for @SuppressWarnings feature More... about 12 years ago
Fix unit tests. More... about 12 years ago
Merge conflicts. More... about 12 years ago
More name changes, goes with prior commit. More... about 12 years ago
Significant renaming: remove the term "refactor" from error-prone, as that's just one particular use case, and probably not a common one. More... about 12 years ago
Add idea-plugin code contributed by Sergey Simonchek More... about 12 years ago
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release v0.9.1 More... about 12 years ago
Move the openjdk dependency back into a profile, so it doesn't appear as a transitive dependency to users. More... about 12 years ago
Broke the build with my last commit. This integration test was overly brittle because it asserted more than needed. More... about 12 years ago
Indicate the semicolon when reporting the location of an EmptyIf error, to match javac. More... about 12 years ago
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release v0.9a More... about 12 years ago
Fix compile errors caused by weak generic type inference in JDK 1.6.0-google-v4 More... about 12 years ago
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release v0.9 More... about 12 years ago
Fix a minor TODO. More... about 12 years ago
Fix a TODO by inlining the verbose enumeration of the known checks. More... about 12 years ago
Clean up the code for choosing enabled checks by using a Predicate interface. More... about 12 years ago
Use the BugPattern annotation to decide which checks to enable by default. More... about 12 years ago
Add better messaging if we run on an Apple JDK. I confused myself by running maven from IDEA, getting the Apple JDK, and chased down the error. More... about 12 years ago
Add better messaging if we run on an Apple JDK. I confused myself by running maven from IDEA, getting the Apple JDK, and chased down the error. More... about 12 years ago
Finish wiring up the plexus compiler. Now the maven output looks good, compared with a compile break with the standard javac support. More... about 12 years ago
Implement the compiler hook. Now the maven build runs with error-prone and reports our errors, but it doesn't detect the outcome of the failed build correctly, so it needs us to emit errors. More... about 12 years ago
Now the compiler plugin is found, and throws the expected exception. Next step is to wire it up. More... about 12 years ago
Create the maven compiler plugin. The compiler isn't yet found when you try to use this plugin. More... about 12 years ago
Start an example with maven - no error-prone wiring yet. More... about 12 years ago
simplify the generics, they made javac in JDK6 barf More... about 12 years ago
It's brittle to write tests which assert on the exact line numbers where bugs occur, since imports change and you have to find the line numbers all over again. Instead, just add a comment on the lines, and read the source file to see where we should assert that we get a diagnostic. More... about 12 years ago