2
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #632 from DevFactory/staging/Utility-classes-should-not-have-public-constructors-fix1 More... over 9 years ago
Merge pull request #640 from DevFactory/release/Local-variables-should-not-shadow-class-fields-fix-1 More... over 9 years ago
Merge pull request #645 from DevFactory/release/unused-private-method-should-be-removed,entrySet()-should-be-iterated-when-both-the-key-and-value-are-needed-fix-1 More... over 9 years ago
Merge pull request #644 from DevFactory/release/string-literals-should-not-be-duplicated-fix-1 More... over 9 years ago
squid:UnusedPrivateMethod, squid:S2864 - Unused private method should be removed, entrySet() should be iterated when both the key and value are needed More... over 9 years ago
squid:S1192 - String literals should not be duplicated More... over 9 years ago
Merge pull request #643 from DevFactory/release/Standard-outputs-should-not-be-used-directly-to-log-anything-fix-1 More... almost 10 years ago
squid:S106 - Standard outputs should not be used directly to log anything More... almost 10 years ago
squid:HiddenFieldCheck - Local variables should not shadow class fields More... almost 10 years ago
gitignoring idea files More... almost 10 years ago
manual merge of PR 639 More... almost 10 years ago
Merge pull request #641 from DevFactory/release/The-members-of-an-interface-declaration-or-class-should-appear-in-a-pre-defined-order-fix-1 More... almost 10 years ago
Merge pull request #642 from DevFactory/release/private-methods-that-don't-access-instance-data-should-be-static-fix-1 More... almost 10 years ago
pmd:AppendCharacterWithChar - Append Character With Char More... almost 10 years ago
squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order More... almost 10 years ago
squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order More... almost 10 years ago
squid:S2325 - "private" methods that don't access instance data should be "static" More... almost 10 years ago
squid:S2325 - "private" methods that don't access instance data should be "static" More... almost 10 years ago
Merge pull request #638 from DevFactory/release/Append-Character-With-Char,Array-designators-should-be-on-the-type-not-the-variable-fix-1 More... almost 10 years ago
squid:S1197,pmd:AppendCharacterWithChar - Array designators [] should be on the type, not the variable,Append Character With Char More... almost 10 years ago
Merge pull request #636 from DevFactory/release/Deprecated-elements-should-have-both-the-annotation-and-the-Javadoc-tag-fix-1 More... almost 10 years ago
squid:MissingDeprecatedCheck - Deprecated elements should have both the annotation and the Javadoc tag More... almost 10 years ago
Merge pull request #635 from DevFactory/release/Sections-of-code-should-not-be-commented-out-fix-1 More... almost 10 years ago
Merge pull request #634 from DevFactory/release/Use-Index-Of-Char,Local-Variables-should-not-be-declared-and-then-immediately-returned-or-thrown-fix-1 More... almost 10 years ago
squid:CommentedOutCodeLine - Sections of code should not be "commented out" More... almost 10 years ago
squid:S1488, pmd:UseIndexOfChar - Local Variables should not be declared and then immediately returned or thrown, Use Index Of Char More... almost 10 years ago
Merge pull request #633 from DevFactory/release/Useless-parentheses-around-expressions-should-be-removed-to-prevent-any-misunderstanding-fix-1 More... almost 10 years ago
squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding More... almost 10 years ago
squid:S1118 - Utility classes should not have public constructors More... almost 10 years ago
Merge pull request #630 from DevFactory/staging/Immutable-Field-fix1 More... almost 10 years ago