Details
Description
Here is a test case, tested against the current trunk.
public void testToString(){
JavaDocBuilder javaDocBuilder = new JavaDocBuilder();
javaDocBuilder.addSource(new StringReader("class A{ public A(){}}"));
JavaClass a = javaDocBuilder.getClassByName("A");
JavaMethod[] methods = a.getMethods();
System.out.println(methods[0]);
}
toString is one of the methods that depends on returns not being null.
Activity
Robert Scholte
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Robert Scholte [ rfscholte ] | |
Fix Version/s | 2.0 [ 15636 ] | |
Resolution | Fixed [ 1 ] |
Stefan Ackermann
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Robert Scholte
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Robert Scholte
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Robert Scholte
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | 1.12.1 [ 18944 ] | |
Resolution | Fixed [ 1 ] |
Fixed in rev. 737