It should be possible to use java.lang.reflect.Proxy for dummy implementation.
2009/3/24 Artem Ananiev <[email protected]>: > > Oleg Sukhodolsky wrote: >> >> test/java/awt/EventQueue/6638195/bug6638195.java >> >> I would suggest to either log exceptions or (even better) throw >> RuntimeException ot cause test failure. > > +1 > > Some comments about StubPeerCrash.java: I'd expect this test to fail often > in the future as it contains an implementation of ComponentPeer (which is > known to change time to time). Is it possible to get rid of this peer or > make it extend some existing one? > > Thanks, > > Artem > >> Oleg. >> >> On Tue, Mar 24, 2009 at 5:49 PM, Anthony Petrov <[email protected]> >> wrote: >>> >>> Hello fellow AWT developers, >>> >>> Please review the fix at: >>> >>> http://cr.openjdk.java.net/~anthony/webrev-6819601.0/ >>> >>> This is a patch submitted by Andrew John Hughes. Please see >>> https://bugs.openjdk.java.net/show_bug.cgi?id=100012 for details. >>> >>> Thank you in advance. >>> >>> -- >>> best regards, >>> Anthony >>> >
