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

Key: IDEA-16062
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Serge Baranov
Votes: 0
Watchers: 1
Operations

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

Checking for @Embeddable in separate jar does not work

Created: 28 Oct 07 22:14   Updated: 29 Oct 07 14:34
Component/s: Code Analysis. Inspection

Build: 7,364
Severity: Medium


 Description  « Hide
Support feedback:

Let's say I have a Hibernate (this probably applies to pure JPA as well) component of class "A" marked with @Embeddable annotation in a separate jar.

Whenever I import this jar in a project and have a property of this component marked with @Embedded annotation, IDEA 7.0.1 tells me that
"@Embedded attribute should only be applied to @Embeddable class". Well, the class is marked with @Embeddable annotation as I stated before, it is
just it is located not directly as a class of this project but in a dependent jar.

This seems to be a clear bug.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.