Bug 471

Summary: MainThread still uses ReflectionUtil#getMethod() signature
Product: [JogAmp] Newt Reporter: Andy Brown <adbrown85>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

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 :)