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 218276 - NullPointerException at pmd.RunPMDAction.getDataObjects
Summary: NullPointerException at pmd.RunPMDAction.getDataObjects
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: PMD (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 10:44 UTC by chintan4fun
Modified: 2015-01-31 01:28 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173774


Attachments
stacktrace (910 bytes, text/plain)
2012-09-13 10:44 UTC, chintan4fun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chintan4fun 2012-09-13 10:44:49 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows 7

User Comments:
GUEST: Using PMD on PHP

GUEST: Trying to run PMD on a file




Stacktrace: 
java.lang.NullPointerException
   at pmd.RunPMDAction.getDataObjects(RunPMDAction.java:356)
   at pmd.RunPMDAction.performAction(RunPMDAction.java:267)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker$ActionRunnable.actionPerformed(ActionInvoker.java:162)
   at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:109)
Comment 1 chintan4fun 2012-09-13 10:44:52 UTC
Created attachment 124292 [details]
stacktrace