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 192596 - NullPointerException at org.netbeans.modules.php.editor.elements.VariableElementImpl.fromFrameworks
Summary: NullPointerException at org.netbeans.modules.php.editor.elements.VariableElem...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-28 16:09 UTC by tprochazka
Modified: 2011-01-13 07:33 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173382


Attachments
stacktrace (5.04 KB, text/plain)
2010-11-28 16:10 UTC, tprochazka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tprochazka 2010-11-28 16:09:59 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
GUEST: TRYING TO EDIT !!!!!!!"

GUEST: editing




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.editor.elements.VariableElementImpl.fromFrameworks(VariableElementImpl.java:150)
   at org.netbeans.modules.php.editor.elements.IndexQueryImpl.initExtendedQuery(IndexQueryImpl.java:162)
   at org.netbeans.modules.php.editor.elements.IndexQueryImpl.init(IndexQueryImpl.java:129)
   at org.netbeans.modules.php.editor.elements.IndexQueryImpl.<init>(IndexQueryImpl.java:124)
   at org.netbeans.modules.php.editor.elements.IndexQueryImpl.create(IndexQueryImpl.java:183)
   at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.<init>(IndexScopeImpl.java:100)
Comment 1 tprochazka 2010-11-28 16:10:02 UTC
Created attachment 103414 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-12-16 14:50:14 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=173382
Comment 3 Petr Pisl 2011-01-11 14:44:36 UTC
Fixed in web-main. Should be now ok.
Comment 4 Quality Engineering 2011-01-13 07:33:00 UTC
Integrated into 'main-golden', will be available in build *201101130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/644af957a884
User: Petr Pisl <ppisl@netbeans.org>
Log: #192596 - NullPointerException at org.netbeans.modules.php.editor.elements.VariableElementImpl.fromFrameworks