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 238427 - NullPointerException at eu.dagnano.showdependencies.ShowDependencies.collectProjects
Summary: NullPointerException at eu.dagnano.showdependencies.ShowDependencies.collectP...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 14:33 UTC by pchela.ilya
Modified: 2015-04-14 09:25 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202204


Attachments
stacktrace (3.71 KB, text/plain)
2013-11-15 14:33 UTC, pchela.ilya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pchela.ilya 2013-11-15 14:33:54 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
pchela.ilya: click

GUEST: I used Show Dependencies and it gave this error.

GUEST: Problem occures on starting plugin

GUEST: Tried to create diagram on trvial PHP example.

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: Problem occures on Windows 7 platform, when starting plugin




Stacktrace: 
java.lang.NullPointerException
   at eu.dagnano.showdependencies.ShowDependencies.collectProjects(ShowDependencies.java:127)
   at eu.dagnano.showdependencies.ShowDependencies.perform(ShowDependencies.java:80)
   at eu.dagnano.showdependencies.ShowDependencies.actionPerformed(ShowDependencies.java:62)
   at org.openide.awt.InjectorExactlyOne.actionPerformed(InjectorExactlyOne.java:78)
   at org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:226)
   at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:257)
Comment 1 pchela.ilya 2013-11-15 14:33:56 UTC
Created attachment 142237 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-11-15 14:41:08 UTC
Obviously a bug in eu.dagnano.showdependencies.ShowDependencies.collectProjects - whatever that is.