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 205186 - NullPointerException at org.netbeans.modules.hibernate.wizards.HibernateMappingWizard.getPanels
Summary: NullPointerException at org.netbeans.modules.hibernate.wizards.HibernateMappi...
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 7.1
Hardware: All All
: P4 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2011-11-16 10:55 UTC by fleka
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182954


Attachments
stacktrace (1.81 KB, text/plain)
2011-11-16 10:55 UTC, fleka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fleka 2011-11-16 10:55:34 UTC
Build: NetBeans IDE Dev (Build 201110040601)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.hibernate.wizards.HibernateMappingWizard.getPanels(HibernateMappingWizard.java:119)
   at org.netbeans.modules.hibernate.wizards.HibernateMappingWizard.current(HibernateMappingWizard.java:275)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.current(TemplateWizard.java:1007)
   at org.openide.loaders.TemplateWizardIterImpl.current(TemplateWizardIterImpl.java:143)
   at org.openide.loaders.TemplateWizardIteratorWrapper.current(TemplateWizardIteratorWrapper.java:92)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:858)
Comment 1 fleka 2011-11-16 10:55:36 UTC
Created attachment 113247 [details]
stacktrace
Comment 2 Sergey Petrov 2011-11-16 11:24:46 UTC
suppose it's very rare issue as there are somethjing like null ckeck, replace null with value, us it once successfully  and use this value next line but it's null.

is there any way to reproduce?
Comment 3 Quality Engineering 2015-02-04 03:29:54 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.