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 224255 - SpringBeans-XML support: warning/error that the referenced bean/property/class cannot be found is missing
Summary: SpringBeans-XML support: warning/error that the referenced bean/property/clas...
Status: REOPENED
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-27 13:13 UTC by markiewb
Modified: 2016-07-10 20:43 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Shows an invalid file, but no error annoations can be spotted (59.12 KB, image/png)
2012-12-27 13:17 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-12-27 13:13:11 UTC
[ BUILD # : 201212260001 ]
[ JDK VERSION : 1.7.0_09 ]

Example:
<code>
    <bean id="bla" class="nonExistingClass"/>
    <bean id="fooService" class="org.example.FooService">
        <property name="nonExistingProperty"/>
    </bean>
    <bean id="bar" parent="nonExistingReference"/>
</code>

ACTUAL: NO warning/error that the referenced bean/property/class cannot be 
found - see screenshot
EXPECTED: warning/error that the referenced bean/property/class cannot be 
found

(I do not know it it ever worked, this issue is probably a RFE. Please review)
Comment 1 markiewb 2012-12-27 13:17:59 UTC
Created attachment 129719 [details]
Shows an invalid file, but no error annoations can be spotted
Comment 2 Martin Fousek 2013-01-03 07:18:10 UTC
You are right, this is RFE, we hadn't support for such feature yet. In any case thanks for raising this issue, that's good tip for enhancement of our Spring support.
Comment 3 Martin Balin 2016-07-07 08:53:19 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 4 markiewb 2016-07-10 20:43:11 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)