Forum Index - Topic Index Bug information about JUDE [Import Java] fails depending on contents of annotation parameter |
Flat | Previous Topic | Next Topic |
Poster | Thread |
---|---|
webmaster | Posted on: 2009/9/9 14:16 |
Webmaster Joined: 2006/4/27 From: Posts: 287 |
[Import Java] fails depending on contents of annotation parameter 1. Product Version
JUDE/Professional 5.5.2 2. Description [Import Java] fails if annotation type used as default value of annotation type element in target source code you intend to import. (example) - OK: You are able to import source code like this: --------------------------------- @interface A{ String value() default "hi"; } --------------------------------- - NG: Import fails with source code like this: --------------------------------- @interface B{ A value() default @A(""); } --------------------------------- 3. Solution N/A If you delete default @A(""), import would work fine. 4. Status This bug is planned to be fixed in the next release. 5. Bug ID 3767 |
Flat | Previous Topic | Next Topic |
Subject | Poster | Date |
---|---|---|
» [Import Java] fails depending on contents of annotation parameter | webmaster | 2009/9/9 14:16 |