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 154915 - AssertionError at org.netbeans.modules.php.editor.CodeUtils.findClassNameEnclosingDeclaration
Summary: AssertionError at org.netbeans.modules.php.editor.CodeUtils.findClassNameEncl...
Status: CLOSED DUPLICATE of bug 143394
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-08 12:00 UTC by Marian Mirilovic
Modified: 2009-02-19 22:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 93572


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-12-08 12:00:45 UTC
14 duplicates so far ...

Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AssertionError
        at org.netbeans.modules.php.editor.CodeUtils.findClassNameEnclosingDeclaration(CodeUtils.java:109)
        at org.netbeans.modules.php.editor.CodeUtils.resolveFunctionType(CodeUtils.java:162)
        at org.netbeans.modules.php.editor.CodeUtils.resolveFunctionType(CodeUtils.java:167)
        at org.netbeans.modules.php.editor.PHPCodeCompletion.getVariables(PHPCodeCompletion.java:727)
        at org.netbeans.modules.php.editor.PHPCodeCompletion.getVariableProposals(PHPCodeCompletion.java:686)
        at org.netbeans.modules.php.editor.PHPCodeCompletion.autoCompleteExpression(PHPCodeCompletion.java:665)
        at org.netbeans.modules.php.editor.PHPCodeCompletion.complete(PHPCodeCompletion.java:434)
        at
org.netbeans.modules.gsfret.editor.completion.GsfCompletionProvider$JavaCompletionQuery.addCodeCompletionItems(GsfCompletionProvider.java:565)
        at
org.netbeans.modules.gsfret.editor.completion.GsfCompletionProvider$JavaCompletionQuery.resolveCompletion(GsfCompletionProvider.java:551)
        at
org.netbeans.modules.gsfret.editor.completion.GsfCompletionProvider$JavaCompletionQuery.run(GsfCompletionProvider.java:387)
Comment 1 Tomasz Slota 2008-12-08 13:11:58 UTC
looks like it is already fixed, radku pls confirm
Comment 2 rmatous 2008-12-08 13:46:43 UTC
Yes, seems like duplicate of #143394, thanks

*** This issue has been marked as a duplicate of 143394 ***
Comment 3 Marian Mirilovic 2009-01-22 14:42:35 UTC
v/c