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 165184

Summary: Spring bean defintion auto completion issues
Product: javaee Reporter: artisan <artisan>
Component: SpringAssignee: Martin Fousek <marfous>
Status: REOPENED ---    
Severity: blocker CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description artisan 2009-05-14 15:50:48 UTC
Many thanks to the soul who implemented code completion in Spring bean confuration files !!! SUPER !!!

The issues I like to report :

* When defining a bean of a certain class (ie. <bean id="test" class="..<auto completion here>.."/> ) the auto 
completion works case sensitive. I need to type names of the class EXACTLY as it named.

* When doing auto completion on a ref attribute ( ie. <bean ref="..<auto completion here>.."/> ) the auto completion 
proposes a list of all beans defined in the configuration. That's great ! But it also proposes beans of incompatible 
types. This is especially difficult when you're trying to find the one bean amongst the many defined in the project.
Comment 1 Svata Dedic 2012-05-28 13:31:10 UTC
Wrong component
Comment 2 markiewb 2012-08-27 21:52:04 UTC
(In reply to comment #0)
> 
> * When defining a bean of a certain class (ie. <bean id="test" class="..<auto
> completion here>.."/> ) the auto 
> completion works case sensitive. I need to type names of the class EXACTLY as
> it named.
> 
This seams to be fixed in 
Product Version: NetBeans IDE 7.2 (Build 201207171143)
Java: 1.6.0_30; Java HotSpot(TM) 64-Bit Server VM 20.5-b03

The autocomplete is case-insensitive.
Comment 3 markiewb 2012-12-17 18:52:46 UTC
Set target-milestone of open issue to TBD (was < 7.3, f.e. 6.8), so the issue doesn't get lost.
Comment 4 markiewb 2012-12-17 18:59:08 UTC
Set target-milestone of open issue to TBD (was < 7.3, f.e. 6.8), so the issue
doesn't get lost. This time the target milestone is really set.
Comment 5 Martin Balin 2016-07-07 08:56:24 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 6 markiewb 2016-07-10 21:18:46 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)