|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTestBase
net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTest
public class EcmascriptParserTest
Constructor Summary | |
---|---|
EcmascriptParserTest()
|
Method Summary | |
---|---|
void |
testArrayAccess()
Test bug https://sourceforge.net/p/pmd/bugs/1118/ |
void |
testArrayMethod()
Test for bug #1136 ECAMScript: NullPointerException in getLeft() and getRight() |
void |
testCaseAsIdentifier()
https://sourceforge.net/p/pmd/bugs/1150/ #1150 "EmptyExpression" for valid statements! |
void |
testLineNumbers()
https://sourceforge.net/p/pmd/bugs/1043/ |
void |
testLineNumbersWithinEcmascriptRules()
https://sourceforge.net/p/pmd/bugs/1149/ |
void |
testSuppresionComment()
https://sourceforge.net/p/pmd/bugs/1045/ #1045 //NOPMD not working (or not implemented) with ECMAscript |
void |
testVoidKeyword()
#1191 Ecmascript fails to parse "void(0)" |
void |
testXorAssignment()
#1192 Ecmascript fails to parse this operator " ^= " |
Methods inherited from class net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTestBase |
---|
dump, parse, parse18 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EcmascriptParserTest()
Method Detail |
---|
public void testLineNumbers()
public void testLineNumbersWithinEcmascriptRules()
public void testArrayAccess()
public void testArrayMethod()
public void testCaseAsIdentifier()
public void testSuppresionComment()
public void testVoidKeyword()
public void testXorAssignment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |