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 211112 - NullPointerException at org.netbeans.modules.projectapi.LazyLookupProviders$1$1.beforeLookup
Summary: NullPointerException at org.netbeans.modules.projectapi.LazyLookupProviders$1...
Status: RESOLVED DUPLICATE of bug 205268
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2012-04-12 14:32 UTC by Tomas Danek
Modified: 2012-04-13 00:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186951


Attachments
stacktrace (3.20 KB, text/plain)
2012-04-12 14:33 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2012-04-12 14:32:57 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b20, Java(TM) SE Runtime Environment, 1.7.0_04-ea-b19
OS: Mac OS X

User Comments:
musilt2: Just created Maven project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.projectapi.LazyLookupProviders$1$1.beforeLookup(LazyLookupProviders.java:80)
   at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:672)
   at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:526)
   at org.openide.util.lookup.ProxyLookup$R.allItems(ProxyLookup.java:517)
   at org.openide.util.lookup.ProxyLookup$R.collectFires(ProxyLookup.java:628)
   at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:168)
Comment 1 Tomas Danek 2012-04-12 14:33:04 UTC
Created attachment 118205 [details]
stacktrace
Comment 2 Tomas Danek 2012-04-12 14:34:38 UTC
Can you please evaluate ASAP? I'm not able to reproduce, but I'd like to know what impact it may have, since it's present in 7.1.2 FCS candidate.
Thanks.
Comment 3 Jesse Glick 2012-04-13 00:11:39 UTC

*** This bug has been marked as a duplicate of bug 205268 ***