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 244010 - NullPointerException at org.netbeans.jpa.modeler.spec.Id.load
Summary: NullPointerException at org.netbeans.jpa.modeler.spec.Id.load
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: gaurav_gupta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-22 20:20 UTC by pkevin
Modified: 2014-04-25 04:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209216


Attachments
stacktrace (2.03 KB, text/plain)
2014-04-22 20:20 UTC, pkevin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pkevin 2014-04-22 20:20:56 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
pkevin: Creating a jpa diagram from entity classes.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.jpa.modeler.spec.Id.load(Id.java:88)
   at org.netbeans.jpa.modeler.spec.Attributes.load(Attributes.java:125)
   at org.netbeans.jpa.modeler.spec.Entity.load(Entity.java:230)
   at org.netbeans.jpa.modeler.jcre.wizard.JPAModelGenerator$1.run(JPAModelGenerator.java:49)
   at org.netbeans.jpa.modeler.jcre.wizard.JPAModelGenerator$1.run(JPAModelGenerator.java:39)
   at org.netbeans.modules.java.source.parsing.MimeTask.run(MimeTask.java:83)
Comment 1 pkevin 2014-04-22 20:20:58 UTC
Created attachment 146896 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-04-23 04:42:57 UTC
Probably a problem in JPA Modeller Plugin.
Reassigning to owner of the plugin. Gaurav, please evaluate this bug. Thank you very much.
Comment 3 gaurav_gupta 2014-04-25 04:38:27 UTC
Please raise bug here : https://java.net/bugzilla/buglist.cgi?product=jpamodeler&order=Importance&limit=25

https://java.net/bugzilla/enter_bug.cgi?product=jpamodeler
And specify the JPA Modeler Plugin version .

(In reply to pkevin from comment #0)
> Build: NetBeans IDE 8.0 (Build 201403101706)
> VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime
> Environment, 1.7.0_51-b13
> OS: Windows 7
> 
> User Comments:
> pkevin: Creating a jpa diagram from entity classes.
> 
> 
> 
> 
> Stacktrace: 
> java.lang.NullPointerException
>    at org.netbeans.jpa.modeler.spec.Id.load(Id.java:88)
>    at org.netbeans.jpa.modeler.spec.Attributes.load(Attributes.java:125)
>    at org.netbeans.jpa.modeler.spec.Entity.load(Entity.java:230)
>    at
> org.netbeans.jpa.modeler.jcre.wizard.JPAModelGenerator$1.
> run(JPAModelGenerator.java:49)
>    at
> org.netbeans.jpa.modeler.jcre.wizard.JPAModelGenerator$1.
> run(JPAModelGenerator.java:39)
>    at org.netbeans.modules.java.source.parsing.MimeTask.run(MimeTask.java:83)