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 268819

Summary: Spring Beans plugin in does not suggest class names or property names
Product: javaee Reporter: electricsam
Component: SpringAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal CC: oyviste, pavanvusirika
Priority: P1    
Version: 8.2   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description electricsam 2016-11-04 06:03:01 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Mac OS X version 10.11.6 running on x86_64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

Spring Beans Plugin Version: 1.39.1.1 Source: NetBeans IDE 8.2 (Build 201609300101)

STEPS:
1. Create a Spring XML configuration
2. Create a bean. For example (use a real class to repro):

    <bean id="mybean" class="com.example.MyBean">
        <property name="myProp" value="foo"/>
    </bean>

3. When creating the bean, attempt to use autocompletion on the class and property name (Ctl + Space on Mac).

ACTUAL:
  "No Suggestions" is displayed

EXPECTED:
  Suggestions are displayed.  Note: I tested with the same project in NetBeans 8.1 and autocompletion worked.
Comment 1 electricsam 2016-11-04 06:03:05 UTC
Created attachment 162767 [details]
IDE log
Comment 2 oyviste 2017-02-08 10:15:36 UTC
Same the same thing here, Netbeans 8.2 on Linux. Completion of bean class names and properties in Spring XML configuration files does not work (never any suggestions).
Comment 3 KraushLu 2017-06-13 07:39:57 UTC
same problem, 8.2 on windows 7
Comment 4 buckfan617 2017-07-07 12:16:07 UTC
Verified that this is still an issue.  Just updated IDE yesterday and still no luck.  This is keeping me on 8.1 until fixed.