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.widget.element.Element when running PMD:
[INFO] PMD Failure: org\finra\jtaf\ewd\widget\element\Element.java:17 Rule:GodClass Priority:3 Possible God class (WMC=191, ATFD=25, TCC=0.06290471785383904).
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:60 Rule:ShortVariable Priority:3 Avoid variables with short names like gd.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:74 Rule:AccessorClassGeneration Priority:3 Avoid instantiation through private constructors from outside of the constructors class..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:118 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:130 Rule:MethodNamingConventions Priority:1 Method names should not contain underscores.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:133 Rule:LongVariable Priority:3 Avoid excessively long variable names like isPotentiallyXpathWithLocator.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:134 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:134 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:135 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:137 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:137 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:137 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:184 Rule:LongVariable Priority:3 Avoid excessively long variable names like isPotentiallyXpathWithLocator.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:185 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:185 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:195 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:208 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:208 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:209 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:254 Rule:ShortVariable Priority:3 Avoid variables with short names like js.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:267 Rule:PreserveStackTrace Priority:3 New exception is thrown in catch block, original stack trace may be lost.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:274 Rule:ShortVariable Priority:3 Avoid variables with short names like x.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:275 Rule:ShortVariable Priority:3 Avoid variables with short names like y.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:292 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:358 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:394 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:430 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:452 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:453 Rule:AvoidThrowingRawExceptionTypes Priority:1 Avoid throwing raw exception types..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:453 Rule:PreserveStackTrace Priority:3 New exception is thrown in catch block, original stack trace may be lost.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:456 Rule:SimplifyBooleanReturns Priority:3 Avoid unnecessary if..then..else statements when returning booleans.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:461 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:483 Rule:AvoidRethrowingException Priority:3 A catch statement that catches an exception only to rethrow it should be avoided..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:492 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:505 Rule:ShortVariable Priority:3 Avoid variables with short names like p.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:507 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:520 Rule:ShortVariable Priority:3 Avoid variables with short names like p.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:522 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:544 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:560 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:581 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:597 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:626 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:629 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:632 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:685 Rule:IfElseStmtsMustUseBraces Priority:3 Avoid using if...else statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:686 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:690 Rule:ShortVariable Priority:3 Avoid variables with short names like wd.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:695 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:695 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:721 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:721 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:721 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:757 Rule:ShortVariable Priority:3 Avoid variables with short names like wd.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:760 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:767 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:778 Rule:AvoidThrowingRawExceptionTypes Priority:1 Avoid throwing raw exception types..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:801 Rule:ShortVariable Priority:3 Avoid variables with short names like t.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:811 Rule:SignatureDeclareThrowsException Priority:3 A method/constructor shouldnt explicitly throw java.lang.Exception.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:816 Rule:SimplifyBooleanReturns Priority:3 Avoid unnecessary if..then..else statements when returning booleans.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:821 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:834 Rule:SignatureDeclareThrowsException Priority:3 A method/constructor shouldnt explicitly throw java.lang.Exception.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:834 Rule:AvoidReassigningParameters Priority:2 Avoid reassigning parameters such as 'xpath'.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:846 Rule:ShortVariable Priority:3 Avoid variables with short names like c.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:850 Rule:ConfusingTernary Priority:3 Avoid if (x != y) ..; else ..;.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:861 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:864 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:867 Rule:ConfusingTernary Priority:3 Avoid if (x != y) ..; else ..;.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:868 Rule:IfElseStmtsMustUseBraces Priority:3 Avoid using if...else statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:870 Rule:IfElseStmtsMustUseBraces Priority:3 Avoid using if...else statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:872 Rule:ConfusingTernary Priority:3 Avoid if (x != y) ..; else ..;.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:873 Rule:IfElseStmtsMustUseBraces Priority:3 Avoid using if...else statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:875 Rule:IfElseStmtsMustUseBraces Priority:3 Avoid using if...else statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:879 Rule:IfElseStmtsMustUseBraces Priority:3 Avoid using if...else statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:881 Rule:IfElseStmtsMustUseBraces Priority:3 Avoid using if...else statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:895 Rule:SignatureDeclareThrowsException Priority:3 A method/constructor shouldnt explicitly throw java.lang.Exception.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:930 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:988 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:993 Rule:AvoidThrowingRawExceptionTypes Priority:1 Avoid throwing raw exception types..
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1079 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1082 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1085 Rule:IfStmtsMustUseBraces Priority:3 Avoid using if statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1106 Rule:ConfusingTernary Priority:3 Avoid if (x != y) ..; else ..;.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1106 Rule:SimplifyBooleanReturns Priority:3 Avoid unnecessary if..then..else statements when returning booleans.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1158 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1170 Rule:ShortVariable Priority:3 Avoid variables with short names like we.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1173 Rule:ShortVariable Priority:3 Avoid variables with short names like i.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1189 Rule:ShortVariable Priority:3 Avoid variables with short names like wd.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1191 Rule:UnnecessaryLocalBeforeReturn Priority:3 Consider simply returning the value vs storing it in local variable 'innerHtml'.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1214 Rule:IfElseStmtsMustUseBraces Priority:3 Avoid using if...else statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1216 Rule:IfElseStmtsMustUseBraces Priority:3 Avoid using if...else statements without curly braces.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1244 Rule:ShortVariable Priority:3 Avoid variables with short names like we.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element:1245 Rule:ShortVariable Priority:3 Avoid variables with short names like l.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element$ByFirstMatching:1294 Rule:UseCollectionIsEmpty Priority:3 Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element$ByFirstMatching:1297 Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element$ByFirstMatching:1297 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
[INFO] PMD Failure: org.finra.jtaf.ewd.widget.element.Element$ByFirstMatching:1297 Rule:EmptyCatchBlock Priority:3 Avoid empty catch blocks.
The text was updated successfully, but these errors were encountered: