0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Mar 05, 2023 — Mar 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
HYB-51 PMD.SimplifyConditional: No need to check for null before an instanceof. More... almost 15 years ago
HYB-50 PMD.AssignmentToNonFinalStatic: Possible unsafe assignment to a non-final static field in a constructor More... almost 15 years ago
HYB-49 PMD.AvoidDuplicateLiterals: Code containing duplicate String literals can usually be improved by declaring the String as a constant field More... almost 15 years ago
HYB-46 PMD.CyclomaticComplexity More... almost 15 years ago
HYB-48 PMD.NPathComplexity More... almost 15 years ago
HYB-47 PMD.ExcessiveMethodLength: Avoid really long methods More... almost 15 years ago
HYB-46 PMD.CyclomaticComplexity More... almost 15 years ago
HYB-40 PMD.MethodArgumentCouldBeFinal: Parameter is not assigned and could be declared final More... almost 15 years ago
HYB-38 PMD.AvoidThrowingRawExceptionTypes: Avoid throwing raw exception types More... almost 15 years ago
HYB-44 PMD.DefaultPackage: Use explicit scoping instead of the default package private level More... almost 15 years ago
HYB-41 PMD.ImmutableField: field could be made final; it is only initialized in the declaration or constructor More... almost 15 years ago
HYB-43 FindBugs: File: NakamuraAuthenticationHelper.java, Line: 82, Type: MS_PKGPROTECT, Priority: Low More... almost 15 years ago
HYB-42 PMD.LocalVariableCouldBeFinal: Local variable could be declared final More... almost 15 years ago
HYB-41 PMD.ImmutableField: field could be made final; it is only initialized in the declaration or constructor More... almost 15 years ago
HYB-40 PMD.MethodArgumentCouldBeFinal: Parameter is not assigned and could be declared final More... almost 15 years ago
HYB-38 PMD.AvoidThrowingRawExceptionTypes: Avoid throwing raw exception types More... almost 15 years ago
HYB-39 PMD.BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors More... almost 15 years ago
HYB-38 PMD.AvoidThrowingRawExceptionTypes: Avoid throwing raw exception types More... almost 15 years ago
HYB-37 PMD.VariableNamingConventions: Variables should start with a lowercase character More... almost 15 years ago
HYB-36 PMD.LongVariable: Avoid excessively long variable names More... almost 15 years ago
HYB-34 Enable PMD maven reporting plugin More... almost 15 years ago
HYB-34 Enable PMD maven reporting plugin More... almost 15 years ago
HYB-7 REST endpoint for Hybrid-1 design More... almost 15 years ago
NOJIRA use for compiler source and target More... almost 15 years ago
HYB-35 PMD: An empty statement (semicolon) not part of a loop More... almost 15 years ago
HYB-34 Enable PMD maven reporting plugin More... almost 15 years ago
HYB-7 REST endpoint for Hybrid-1 design More... almost 15 years ago
HYB-33CONFIG_PREFIX should not be hard coded in NakamuraAuthenticationHelper More... almost 15 years ago
HYB-32 Remove size attribute from json feed More... almost 15 years ago
HYB-31 Remove custom logic for site types that appear in Admin category More... almost 15 years ago