Bug 471 - MainThread still uses ReflectionUtil#getMethod() signature
Summary: MainThread still uses ReflectionUtil#getMethod() signature
Status: VERIFIED FIXED
Alias: None
Product: Newt
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: --- blocker
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2011-02-14 21:29 CET by Andy Brown
Modified: 2011-02-25 05:17 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Brown 2011-02-14 21:29:39 CET
MainThread#initAWTReflection() uses GlueGen's ReflectionUtil#getMethod(...), whose signature was recently changed to remove an unused ClassLoader.  The code in MainThread should be updated to reflect the change.

Because the parameter was unused, there should be no harm in simply removing the argument.

The corresponding GitHub commit was f92907d.  It can be found at:

https://github.com/sgothel/gluegen/commit/f92907da4946b29ca3b0132743f1cf0b7d59e080
Comment 1 Sven Gothel 2011-02-25 05:17:34 CET
fixed, you were fast :)