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 239538 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.resolveThisInSingletonPattern
Summary: NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.Mo...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-16 18:55 UTC by inonit
Modified: 2014-01-14 14:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204065


Attachments
stacktrace (6.07 KB, text/plain)
2013-12-16 18:55 UTC, inonit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description inonit 2013-12-16 18:55:19 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
GUEST: Background Scan of projects

GUEST: Didn't notice when it happened.

inonit: Starting up

GUEST: Opening a pretty large PHP/symfony project with more than 10k php files. This used to open without trouble in NetBeans 7. I can no longer open it since Netbeans 7.3. Wanted to give another shot at 7.4 RC, but running in to same issue,




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.resolveThisInSingletonPattern(ModelVisitor.java:1801)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.resolveThis(ModelVisitor.java:1733)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:684)
   at jdk.nashorn.internal.ir.FunctionNode.accept(FunctionNode.java:291)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:1162)
   at jdk.nashorn.internal.ir.ReferenceNode.accept(ReferenceNode.java:67)
Comment 1 inonit 2013-12-16 18:55:21 UTC
Created attachment 143227 [details]
stacktrace
Comment 2 Petr Pisl 2014-01-14 14:37:41 UTC
Should be already fixed in NB 8.0 code.