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 227220 - NullPointerException at org.netbeans.modules.j2ee.persistence.wizard.fromdb.RelatedCMPHelper.buildBeans
Summary: NullPointerException at org.netbeans.modules.j2ee.persistence.wizard.fromdb.R...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.4
Hardware: All All
: P4 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 18:24 UTC by azapeta
Modified: 2016-07-07 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199437


Attachments
stacktrace (5.95 KB, text/plain)
2013-03-08 18:24 UTC, azapeta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description azapeta 2013-03-08 18:24:45 UTC
This bug was originally marked as duplicate of bug 145273, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201303042300)
VM: Java HotSpot(TM) Client VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.persistence.wizard.fromdb.RelatedCMPHelper.buildBeans(RelatedCMPHelper.java:329)
   at org.netbeans.modules.j2ee.persistence.wizard.fromdb.RelatedCMPWizard.createBeans(RelatedCMPWizard.java:392)
   at org.netbeans.modules.j2ee.persistence.wizard.fromdb.RelatedCMPWizard.access$000(RelatedCMPWizard.java:86)
   at org.netbeans.modules.j2ee.persistence.wizard.fromdb.RelatedCMPWizard$1.run(RelatedCMPWizard.java:293)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)
Comment 1 azapeta 2013-03-08 18:24:46 UTC
Created attachment 132390 [details]
stacktrace
Comment 2 Sergey Petrov 2013-03-18 16:03:46 UTC
Can you reproduce the issue? Do you have any steps?

Wizard should be blocked if there is no sources, I can't reproduce the issue yet.
Comment 3 Sergey Petrov 2013-03-19 18:05:07 UTC
>P4 before getting more information
Comment 4 Martin Balin 2016-07-07 08:54:13 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss