Details
Description
It seems similar to http://jira.codehaus.org/browse/QDOX-117 .
But I do not get the contents of the static block in the value of the annotation, but some normal line-comments.
See attached testcase with Source "Instruction.java".
It seems to be very specific to this test case, for example without the line
private static final int something = 40;
it works fine.
Fixed in rev. 728. Thanks Stefan!