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 128860 - NPE when invoking property code completion
Summary: NPE when invoking property code completion
Status: RESOLVED DUPLICATE of bug 129554
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rohan Ranade
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-02-29 17:25 UTC by Andrei Badea
Modified: 2008-03-24 10:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1.05 KB, text/plain)
2008-02-29 17:25 UTC, Andrei Badea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Badea 2008-02-29 17:25:03 UTC
When invoking code completion for

-----%<-----
<beans>
     
     <bean id="foo" class="controllers.NewAbstractController">
         <property name="
     </bean>
     
 </beans>
-----%<-----

I got the attached NPE. I only got it once and I haven't reproduced it since.
Comment 1 Andrei Badea 2008-02-29 17:25:39 UTC
Created attachment 57570 [details]
Stack trace
Comment 2 Rohan Ranade 2008-03-24 10:24:58 UTC
Seems related to issue 129554. Unable to reproduce this after commiting changes for 129554. Marking it as a duplicate.

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