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 151653 - NullPointerException at org.netbeans.modules.spring.beans.editor.SpringXMLConfigEditorUtils.getTagAttributes
Summary: NullPointerException at org.netbeans.modules.spring.beans.editor.SpringXMLCon...
Status: RESOLVED DUPLICATE of bug 167890
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Cyhelsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 00:46 UTC by fredricardo
Modified: 2009-08-10 12:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 133673


Attachments
stacktrace (1.12 KB, text/plain)
2008-10-29 00:46 UTC, fredricardo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fredricardo 2008-10-29 00:46:48 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
fredricardo: I was editing the applicationContext.xml file and this error hapened



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.spring.beans.editor.SpringXMLConfigEditorUtils.getTagAttributes(SpringXMLConfigEditorUtils.java:106)
        at org.netbeans.modules.spring.beans.completion.completors.PropertyCompletor$.run(PropertyCompletor.java:96)
        at org.netbeans.modules.spring.beans.completion.completors.PropertyCompletor$.run(PropertyCompletor.java:94)
        at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:666)
        at org.netbeans.modules.spring.beans.completion.completors.PropertyCompletor.compute(PropertyCompletor.java:92)
        at org.netbeans.modules.spring.beans.completion.Completor.complete(Completor.java:65)
Comment 1 fredricardo 2008-10-29 00:46:57 UTC
Created attachment 72809 [details]
stacktrace
Comment 2 Petr Cyhelsky 2009-08-10 12:50:49 UTC

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