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 232885 - NullPointerException at org.netbeans.modules.web.beans.impl.model.ArchiveTypeBindingTypeFilter.filter
Summary: NullPointerException at org.netbeans.modules.web.beans.impl.model.ArchiveType...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: CDI (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-17 08:39 UTC by Maksim Khramov
Modified: 2013-07-19 05:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202217


Attachments
stacktrace (4.93 KB, text/plain)
2013-07-17 08:39 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-07-17 08:39:53 UTC
Build: NetBeans IDE Dev (Build 201307162300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b13
OS: Windows 7

User Comments:
mkhramov: Move package with class from one project to another. Class is annotated with @ApplicationScoped and have single method with @Produces annotation




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.beans.impl.model.ArchiveTypeBindingTypeFilter.filter(ArchiveTypeBindingTypeFilter.java:74)
   at org.netbeans.modules.web.beans.impl.model.FieldInjectionPointLogic.filterBindingByArchiveType(FieldInjectionPointLogic.java:613)
   at org.netbeans.modules.web.beans.impl.model.FieldInjectionPointLogic.doFindVariableInjectable(FieldInjectionPointLogic.java:217)
   at org.netbeans.modules.web.beans.impl.model.ParameterInjectionPointLogic.findParameterInjectable(ParameterInjectionPointLogic.java:149)
   at org.netbeans.modules.web.beans.impl.model.WebBeansModelProviderImpl.lookupInjectables(WebBeansModelProviderImpl.java:338)
   at org.netbeans.modules.web.beans.impl.model.WebBeansModelProviderImpl.lookupInjectables(WebBeansModelProviderImpl.java:117)
Comment 1 Maksim Khramov 2013-07-17 08:39:54 UTC
Created attachment 137299 [details]
stacktrace
Comment 2 Sergey Petrov 2013-07-19 05:14:10 UTC
http://hg.netbeans.org/web-main/rev/2fe7d82b0c82