This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248041 - NullPointerException at net.sourceforge.pmd.lang.java.rule.AbstractInefficientZeroCheck.visit
Summary: NullPointerException at net.sourceforge.pmd.lang.java.rule.AbstractInefficien...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: giancosta86
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 11:34 UTC by elennaro
Modified: 2015-03-04 15:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212852


Attachments
stacktrace (10.32 KB, text/plain)
2014-10-20 11:34 UTC, elennaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description elennaro 2014-10-20 11:34:50 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
elennaro: here




Stacktrace: 
java.lang.NullPointerException
   at net.sourceforge.pmd.lang.java.rule.AbstractInefficientZeroCheck.visit(AbstractInefficientZeroCheck.java:44)
   at net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId.jjtAccept(ASTVariableDeclaratorId.java:30)
   at net.sourceforge.pmd.lang.java.ast.AbstractJavaNode.childrenAccept(AbstractJavaNode.java:55)
   at net.sourceforge.pmd.lang.java.rule.AbstractJavaRule.visit(AbstractJavaRule.java:73)
   at net.sourceforge.pmd.lang.java.rule.AbstractJavaRule.visit(AbstractJavaRule.java:258)
   at net.sourceforge.pmd.lang.java.ast.ASTFormalParameter.jjtAccept(ASTFormalParameter.java:32)
Comment 1 elennaro 2014-10-20 11:34:51 UTC
Created attachment 149996 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-04 15:42:50 UTC
info.gianlucacosta.easypmd.easypmd plugin