History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-15843
Type: Bug Bug
Status: Open Open
Assignee: Dmitry Avdeev
Reporter: Robert van Loenhout
Votes: 0
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

(IDEA-7) Spring property from abstract parent is not marked as a Spring property

Created: 18 Oct 07 14:25   Updated: 18 Oct 07 15:33
Component/s: J2EE.Spring

File Attachments: 1. Zip Archive BugTest.zip (7.11 Mb)

Environment: Windows XP 32-bit

Build: 7,361
Severity: Low


 Description  « Hide
A Spring property that is inherited from an abstract Spring bean is not marked as a Spring property in the Java source.

Example:

<bean id="abstractBean" abstract="true">
<property name="testProperty" value="Hello World!"/>
</bean>

<bean id="testBean" class="test.TestBean" parent="abstractBean">
</bean>

When viewing the TestBean class, you will see the class marked as a Spring bean, but testProperty is not marked as a Spring configured property.

Note: The attached project will display this and several other bugs.
IDEA-15847
IDEA-15846
IDEA-15844
IDEA-15843



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 18 Oct 07 14:29
What are the "other bugs"?

Robert van Loenhout - 18 Oct 07 15:03
Sorry Taras. I had to enter them into JIRA before I knew their numbers

Taras Tielkes - 18 Oct 07 15:33
I understand.
There are some related tickets about (missing) bean gutter marks: IDEA-15390 and IDEADEV-22590.