- test1() - Method in class net.sourceforge.pmd.cpd.EcmascriptTokenizerTest
-
- test2() - Method in class net.sourceforge.pmd.cpd.EcmascriptTokenizerTest
-
- testArrayAccess() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTest
-
Test bug https://sourceforge.net/p/pmd/bugs/1118/
- testArrayMethod() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTest
-
Test for bug #1136 ECAMScript: NullPointerException in getLeft() and getRight()
- testCaseAsIdentifier() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTest
-
https://sourceforge.net/p/pmd/bugs/1150/
#1150 "EmptyExpression" for valid statements!
- testCatchAndFinallyBlock() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.ASTTryStatementTest
-
- testCatchBlockOnly() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.ASTTryStatementTest
-
- testConstructor() - Method in class net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptionsTest
-
- testDefaults() - Method in class net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptionsTest
-
- testEcmascript() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testEqualsHashcode() - Method in class net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptionsTest
-
- testExclusionsInReportWithNOPMDEcmascript() - Method in class net.sourceforge.pmd.ReportTest
-
- testFinallyBlockOnly() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.ASTTryStatementTest
-
- testGetBody() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.ASTFunctionNodeTest
-
- testGetBodyFunctionClosureExpression() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.ASTFunctionNodeTest
-
- testLineNumberFromOffset() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.SourceCodePositionerTest
-
Tests whether the lines and columns are calculated correctly.
- testLineNumbers() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTest
-
https://sourceforge.net/p/pmd/bugs/1043/
- testLineNumbersWithinEcmascriptRules() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTest
-
https://sourceforge.net/p/pmd/bugs/1149/
- testMultipleCatchAndFinallyBlock() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.ASTTryStatementTest
-
- testSetters() - Method in class net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptionsTest
-
- testSuppresionComment() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTest
-
https://sourceforge.net/p/pmd/bugs/1045/
#1045 //NOPMD not working (or not implemented) with ECMAscript
- testVoidKeyword() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTest
-
#1191 Ecmascript fails to parse "void(0)"
- testXorAssignment() - Method in class net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTest
-
#1192 Ecmascript fails to parse this operator " ^= "