This is the mail archive of the mauve-discuss@sourceware.cygnus.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for Mauve java.lang.reflection.Method test



Hi, 

I ran into a problem trying to compile the file
gnu/testlet/java/lang/reflect/Method/invoke.java
because the InvocationTargetException at line 164 is
constructed by calling new
InvocationTargetException().

Unfortunately, that form of the constructor is
protected, and since the test doesn't extend the class
InvocationTargetException it can't work.

I've run cvs diff -u to generate the patch file.

read ya,

dali

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://messenger.yahoo.com

diff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]