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

Summary: NullPointerException at org.netbeans.modules.spring.beans.editor.SpringXMLConfigEditorUtils.getTagAttributes
Product: javaee Reporter: fredricardo <fredricardo>
Component: SpringAssignee: Petr Cyhelsky <cyhelsky>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=133673
Issue Type: DEFECT Exception Reporter: 133673
Attachments: stacktrace

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 ***