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 223915 - NullPointerException at org.netbeans.modules.web.beans.impl.model.WebBeansModelImplementation.adjustStereotypesManagers
Summary: NullPointerException at org.netbeans.modules.web.beans.impl.model.WebBeansMod...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: CDI (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 10:23 UTC by kimutua
Modified: 2013-12-11 03:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196238


Attachments
stacktrace (8.45 KB, text/plain)
2012-12-17 10:23 UTC, kimutua
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kimutua 2012-12-17 10:23:55 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.beans.impl.model.WebBeansModelImplementation.adjustStereotypesManagers(WebBeansModelImplementation.java:213)
   at org.netbeans.modules.web.beans.impl.model.WebBeansModelProviderImpl.getNamedElements(WebBeansModelProviderImpl.java:270)
   at org.netbeans.modules.web.beans.api.model.WebBeansModel.getNamedElements(WebBeansModel.java:174)
   at org.netbeans.modules.web.jsf.editor.el.WebBeansELVariableResolver$1.run(WebBeansELVariableResolver.java:138)
   at org.netbeans.modules.web.jsf.editor.el.WebBeansELVariableResolver$1.run(WebBeansELVariableResolver.java:134)
   at org.netbeans.modules.web.beans.impl.model.WebBeansModelImplementation$1.call(WebBeansModelImplementation.java:114)
Comment 1 kimutua 2012-12-17 10:23:57 UTC
Created attachment 129442 [details]
stacktrace
Comment 2 Sergey Petrov 2013-12-10 16:18:40 UTC
http://hg.netbeans.org/web-main/rev/8bb2aee4c532
Comment 3 Quality Engineering 2013-12-11 03:00:02 UTC
Integrated into 'main-silver', will be available in build *201312110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8bb2aee4c532
User: Sergey B. Petrov <sj-nb@netbeans.org>
Log: #223915 null check for smth really rare