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 183436 - [69cat] NullPointerException at org.netbeans.modules.php.editor.api.QualifiedName.getComposedNames
Summary: [69cat] NullPointerException at org.netbeans.modules.php.editor.api.Qualified...
Status: RESOLVED DUPLICATE of bug 179968
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-03 17:35 UTC by schkovich
Modified: 2010-04-15 15:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167541


Attachments
stacktrace (2.48 KB, text/plain)
2010-04-03 17:36 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2010-04-03 17:35:57 UTC
Build: NetBeans IDE Dev (Build 201004030201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux

User Comments:
schkovich: Trying to find usages of interface.

If you need PHP source to reproduce the problem checkout project from Kenai repository: https://svn.kenai.com/svn/phplazyloaddojotree~subversion 

I was trying to find usages of IReferentialModel.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.editor.api.QualifiedName.getComposedNames(QualifiedName.java:115)
   at org.netbeans.modules.php.editor.model.nodes.ElementInfo.getComposedNames(ElementInfo.java:134)
   at org.netbeans.modules.php.editor.model.impl.OccurenceBuilder.collectTypeDeclarations(OccurenceBuilder.java:1026)
   at org.netbeans.modules.php.editor.model.impl.OccurenceBuilder.buildInterfaceIDs(OccurenceBuilder.java:772)
   at org.netbeans.modules.php.editor.model.impl.OccurenceBuilder.build(OccurenceBuilder.java:999)
   at org.netbeans.modules.php.editor.model.impl.ModelVisitor.buildOccurences(ModelVisitor.java:1145)
Comment 1 schkovich 2010-04-03 17:36:01 UTC
Created attachment 96639 [details]
stacktrace
Comment 2 rmatous 2010-04-15 15:24:58 UTC

*** This bug has been marked as a duplicate of bug 179968 ***