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 158584 - AssertionError: class org.netbeans.modules.php.editor.parser.astnodes.Quote
Summary: AssertionError: class org.netbeans.modules.php.editor.parser.astnodes.Quote
Status: RESOLVED DUPLICATE of bug 157454
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-15 17:29 UTC by inkubux
Modified: 2009-02-19 22:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145561


Attachments
stacktrace (7.95 KB, text/plain)
2009-02-15 17:29 UTC, inkubux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description inkubux 2009-02-15 17:29:30 UTC
Build: NetBeans IDE Dev (Build 2009-02-15_15-06-36)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-11-generic, i386

User Comments:
inkubux: ReflectionVariable bug gone, but this one is showing instead when scanning project on startup

GUEST: Scanning a Zend Framework project

GUEST: whenever i switch tabs to this particular file, i get an exception. can't paste the file, sorry.

GUEST: when NB does Task Scanning...

GUEST: starting netbeans with some php-files open

GUEST: loading a Zend Framework source tree

inkubux: ReflectionVariable bug gone, but this one is showing instead when scanning project on startup



Stacktrace: 
java.lang.AssertionError: class org.netbeans.modules.php.editor.parser.astnodes.Quote
        at org.netbeans.modules.php.editor.CodeUtils.extractVariableName(CodeUtils.java:148)
        at org.netbeans.modules.php.editor.model.impl.ModelVisitor.visit(ModelVisitor.java:432)
        at org.netbeans.modules.php.editor.parser.astnodes.Assignment.accept(Assignment.java:109)
        at org.netbeans.modules.php.editor.parser.astnodes.visitors.DefaultVisitor.scan(DefaultVisitor.java:51)
        at org.netbeans.modules.php.editor.model.impl.ModelVisitor.scan(ModelVisitor.java:142)
        at org.netbeans.modules.php.editor.parser.astnodes.visitors.DefaultVisitor.visit(DefaultVisitor.java:164)
Comment 1 inkubux 2009-02-15 17:29:42 UTC
Created attachment 77005 [details]
stacktrace
Comment 2 Tomasz Slota 2009-02-16 13:19:29 UTC

*** This issue has been marked as a duplicate of 157454 ***