Hi,

I've encountered a problem when I compare two interfaces using CodeTestCase from xjavadoc. The assertApiEquals method throws a NullPointerException while it compares the parents of the two interfaces:

java.lang.NullPointerException
at xjavadoc.codeunit.CodeTestCase.assertSuperclassEquals(CodeTestCase.java:207)
at xjavadoc.codeunit.CodeTestCase.assertApiEquals(CodeTestCase.java:99)
at xjavadoc.codeunit.CodeTestCase.assertApiEquals(CodeTestCase.java:61)
at xjavadoc.CodeTest.testHome1SameApiAsHome2(CodeTest.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

The NullPointerException occurs in any case, i.e. if the interfaces have parents or not. Did anyone else encountered this problem?

Regards,
Ralf




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to