You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
The following issues were found in org.finra.jtaf.ewd.timer.WaitForConditionTimer when running PMD:
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:31 Rule:ImmutableField Priority:3 Private field 'timerCallback' could be made final; it is only initialized in the declaration or constructor..
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:32 Rule:ImmutableField Priority:3 Private field 'locator' could be made final; it is only initialized in the declaration or constructor..
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:34 Rule:LoggerIsNotStaticFinal Priority:2 The Logger variable declaration does not contain the static and final modifiers.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer$ITimerCallback:65 Rule:SignatureDeclareThrowsException Priority:3 A method/constructor shouldnt explicitly throw java.lang.Exception.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer$ITimerCallback:65 Rule:UnusedModifier Priority:3 Avoid modifiers which are implied by the context.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:89 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:93 Rule:PreserveStackTrace Priority:3 New exception is thrown in catch block, original stack trace may be lost.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:94 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
The text was updated successfully, but these errors were encountered:
The following issues were found in org.finra.jtaf.ewd.timer.WaitForConditionTimer when running PMD:
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:31 Rule:ImmutableField Priority:3 Private field 'timerCallback' could be made final; it is only initialized in the declaration or constructor..
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:32 Rule:ImmutableField Priority:3 Private field 'locator' could be made final; it is only initialized in the declaration or constructor..
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:34 Rule:LoggerIsNotStaticFinal Priority:2 The Logger variable declaration does not contain the static and final modifiers.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer$ITimerCallback:65 Rule:SignatureDeclareThrowsException Priority:3 A method/constructor shouldnt explicitly throw java.lang.Exception.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer$ITimerCallback:65 Rule:UnusedModifier Priority:3 Avoid modifiers which are implied by the context.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:89 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:93 Rule:PreserveStackTrace Priority:3 New exception is thrown in catch block, original stack trace may be lost.
[INFO] PMD Failure: org.finra.jtaf.ewd.timer.WaitForConditionTimer:94 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
The text was updated successfully, but these errors were encountered: