Details
- 
        Type:
 Sub-task
            
         - 
        Status:
 Closed
            
                     - 
            Priority:
 Major
                
             - 
            Resolution: Won't Fix
 - 
            Affects Version/s: 1.9.1, 1.9.2
 - 
            Fix Version/s: 1.10
 - 
            Component/s: None
 - 
            Labels:None
 
- 
                        Number of attachments :
 
Description
The AbstractJavaEntity#getCodeBlock() change the method signature, see the test case of QDOX-171:
Original snippet
    public String myMethod( String s )
        throws Exception
    {
getCodeBlock() snippet
public java.lang.String myMethod(java.lang.String s) throws java.lang.Exception {
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Assignee | Robert Scholte [ rfscholte ] | |
| Status | Open [ 1 ] | Closed [ 6 ] | 
| Fix Version/s | 1.10 [ 15020 ] | |
| Resolution | Won't Fix [ 2 ] | 
Maybe it's me, but I can't see any difference in signature between the two snippets other than the Objects have FQN's and it's all on one line.