3
I Use This!
Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 16 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move check of type to Signatures class More... about 6 years ago
Cleanup visibility More... about 6 years ago
More cleanups More... about 6 years ago
Prevent warning More... about 6 years ago
Refactor signatures parsing (1st step) More... about 6 years ago
Simplify signatures lookup by using only one map, not 3 (keys are unique anyways) More... about 6 years ago
Merge pull request #140 from policeman-tools/issues/83 More... about 6 years ago
Limit line length / number of missing classes to be reported on signature parsing More... about 6 years ago
When signatures are using classes that are not found on classpath, the option to ignore those warnings is no longer so noisy: It only lists all failed signatures separately where methods/fields do not exit, but the missing classes are reported only with a single line. More... about 6 years ago
Fix typo More... about 6 years ago
Merge pull request #139 from policeman-tools/issues/138 More... about 6 years ago
Fix Gradle bug: SourceSets added after plugin loading don't get tasks More... about 6 years ago
Switch master to version 2.6 More... about 6 years ago
Update docs for commons-io 2.6 More... about 6 years ago
Update to ASM 6.1.1 More... about 6 years ago
Add some private signatures to be checked when checking ourselves More... about 6 years ago
Read class files into byte arrays by default More... about 6 years ago
Better fix for the ASM 6.1 bug More... about 6 years ago
Upgrade to latest Groovy (released today) More... about 6 years ago
Fix slowness introduced when reading some class files with ASM 6.1 More... about 6 years ago
Add missing version number More... about 6 years ago
Update Groovy to latest 2.4.14 version More... about 6 years ago
Add initial support for Java 10 (this closes #136) More... about 6 years ago
Update docs, see #135 More... about 6 years ago
Merge pull request #133 from joschi/commons-io-2.6 More... over 6 years ago
Add bundled signature for Apache Commons IO 2.6 More... over 6 years ago
Fix bug on adding dependencies. This closes #131 More... over 6 years ago
Switch master to 2.5-SNAPSHOT More... over 6 years ago
Add better error reporting if ASM can't load a class (catch IAE and add message); if a related runtime class can't be loaded by ASM, automatically fall back to Jigsaw loading More... over 6 years ago
Tone down warnings in javadoc on JDK 1.8+ More... over 6 years ago