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 257388 - NullPointerException at org.netbeans.modules.j2ee.persistence.util.SourceLevelChecker.getSourceLevel
Summary: NullPointerException at org.netbeans.modules.j2ee.persistence.util.SourceLeve...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-04 12:47 UTC by dathyrius
Modified: 2016-01-04 12:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221951


Attachments
stacktrace (3.17 KB, text/plain)
2016-01-04 12:47 UTC, dathyrius
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dathyrius 2016-01-04 12:47:20 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Mac OS X

User Comments:
dathyrius: While invoking New->JPA Diagramm From Database




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.persistence.util.SourceLevelChecker.getSourceLevel(SourceLevelChecker.java:82)
   at org.netbeans.modules.j2ee.persistence.util.SourceLevelChecker.isSourceLevel14orLower(SourceLevelChecker.java:69)
   at org.netbeans.jpa.modeler.reveng.database.DatabaseTablesSelectorPanel$WizardPanel.isValid(DatabaseTablesSelectorPanel.java:1106)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:874)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:822)
   at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:761)
Comment 1 dathyrius 2016-01-04 12:47:21 UTC
Created attachment 157982 [details]
stacktrace