Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
For instance a method like this annotated with the @Editor annotation
@Editor(FileEditor.class)
public void setFile(File file)
does not work but produces a stack trace.
Here's the annotaiton.
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Editor {
Class<? extends PropertyEditor> value();
}
Activity
Robert Scholte
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | qdox-113.patch [ 39547 ] |
Robert Scholte
made changes -
Fix Version/s | 1.8 [ 14826 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
doens't seem to be a problem anymore. Test added like mentioned in the issue. Runs without failing