summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/ReflectionUtil.java
Commit message (Expand)AuthorAgeFilesLines
* gluegen: remove unused imports, unneeded semicolons, add missing @Override an...Harvey Harrison2014-07-071-0/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-42/+42
* ReflectionUtil.getConstructor: Add 'initializeClazz' argument, allowing to de...Sven Gothel2014-06-171-9/+10
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..) / Instrument Refl...Sven Gothel2014-02-121-8/+99
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-27/+27
* StringBuffer -> StringBuilder (Local objects, no concurrency)Sven Gothel2012-04-161-1/+1
* Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...Sven Gothel2012-03-261-2/+7
* ReflectionUtil: Catch NoClassDefFoundError @ getMethod() for robustnessSven Gothel2011-11-241-3/+11
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-221-0/+28
* Enhance ReflectionUtil getConstructor(..) w/ 2nd attempt of cstr look-up w/ a...Sven Gothel2011-09-301-5/+39
* Enhancement/GenericStyle:Sven Gothel2011-09-191-21/+21
* ReflectionUtil: split up createInstance() / use var-args where possible w/o c...Sven Gothel2011-03-191-7/+16
* small cleanup in uitl packageMichael Bien2011-02-261-4/+0
* Fix: Remove unused argument ClassLoaderSven Gothel2011-02-131-3/+2
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* ReflectionUtil: Add getBaseName(Class)Sven Gothel2010-12-191-0/+5
* Add generic VersionUtil (Manifest and Platform) ; Add VersionInfoSven Gothel2010-11-101-0/+1
* Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ch...Sven Gothel2010-10-141-16/+33
* Split up method call for reusageSven Gothel2010-07-231-11/+36
* Moving ClassLoader parameter to the end, which seems to be easier to read.Sven Gothel2010-06-281-7/+7
* pass a ClassLoader to all methods which load classes. (ReflectionUtil)Michael Bien2010-06-171-18/+18
* ReflectionUtil: Added callStaticMethod(..)Sven Gothel2010-05-051-8/+48
* Fix Exception Handling ..Sven Gothel2010-04-201-27/+47
* Importing files from JOGL (preserving history)Sven Gothel2010-04-191-15/+16
* Moving imported files to proper placeSven Gothel2010-04-191-0/+188