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 161808 - 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-04-02 21:16 UTC by michaeljdennis
Modified: 2009-04-03 09:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146070


Attachments
stacktrace (2.54 KB, text/plain)
2009-04-02 21:16 UTC, michaeljdennis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michaeljdennis 2009-04-02 21:16:36 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
michaeljdennis: Editing a PHP file.



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.nodes.ASTNodeInfo.toNameField(ASTNodeInfo.java:300)
        at org.netbeans.modules.php.editor.model.nodes.ASTNodeInfo.toName(ASTNodeInfo.java:242)
        at org.netbeans.modules.php.editor.model.nodes.ASTNodeInfo.getName(ASTNodeInfo.java:89)
        at org.netbeans.modules.php.editor.model.impl.OccurenceBuilder.buildFieldInvocations(OccurenceBuilder.java:354)
        at org.netbeans.modules.php.editor.model.impl.OccurenceBuilder.build(OccurenceBuilder.java:766)
Comment 1 michaeljdennis 2009-04-02 21:16:47 UTC
Created attachment 79316 [details]
stacktrace
Comment 2 Tomasz Slota 2009-04-03 09:22:49 UTC

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