commit 15a2f1e8e0e4a467fa3014880b21190d5b4f822e Author: Sven Gothel Date: Sat Jul 20 11:26:24 2013 -0700 Remove _default_ workaround for Bug 566. Workaround shall no more be required - and it deadlocks AWT/NEWT jogl/joal lib loading. Introduced w/ commits 1c03dfd6d1939a46018583419956e350e531f4fe and e9e61421ef6009e6788998c471d1d3d30aaefea6 commit b435afe9e83730e2455149fccddb1ae7227856b1 Author: Sven Gothel Date: Fri Jul 19 05:13:07 2013 +0200 Release 2.0.2 commit d6791e62bc6841f6163f76b76d75ef22f434b4d3 Author: Sven Gothel Date: Wed Jul 17 16:06:32 2013 +0200 Javadoc: Use JogAmp Stylesheet / Colors .. commit 61b88bd0675b45c550cfdd02bbf96944d8c3e505 Author: Sven Gothel Date: Wed Jul 17 15:58:05 2013 +0200 Javadoc: Adapt stylesheet to JogAmp color scheme ; Fix 'deep' list and list intendation. commit 0708e84fa991ce200edc7fe0fbddba140e31de4d Author: Sven Gothel Date: Wed Jul 17 15:56:49 2013 +0200 Adding orig. java7 javadoc stylesheet commit d27d802b4e11745969909229a2d1f0963c74ce3a Author: Sven Gothel Date: Wed Jul 17 04:21:29 2013 +0200 Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before calling 'PropertyAccess.isPropertyDefined(propName, default)' through Debug class. Calling 'Debug.isPropertyDefined(propName, default)' may be 'optimized' to 'PropertyAccess.isPropertyDefined(propName, default)', which would skip the modules Debug's class initialization. Iff that happens, an AccessControlException may happen, due to requesting an insecure property, since modules own Debug class has not been added it's trusted prefixes from within it's init block yet. This seems to be a bug of the JVM .. to me, however .. the above description is the only able to explain the issue at hand. +++ Fix calls Debug class own static methods, either Debug.initSingleton() or Debug.debug(), before calling 'isPropertyDefined(propName, default)'. +++ Also mark Debug class static methods final! +++ commit af1f56c6f4a962720f5d63397e65505a29d6b0cb Author: Harvey Harrison Date: Mon Jul 15 21:46:29 2013 -0700 gluegen: remove unneeded casts to JarEntry Signed-off-by: Harvey Harrison commit 8a3fe617f28bbdfafede3bc6aa474b3b3bc2142a Author: Harvey Harrison Date: Mon Jul 15 21:43:56 2013 -0700 gluegen: remove implied use of StringBuffer while appending to StringBuilder - call append on the StringBuilder we are using rather than using String concatenation, which uses StringBuffer. Signed-off-by: Harvey Harrison commit e18597bade3aff84f35614dd3207990cfbb530ff Author: Harvey Harrison Date: Mon Jul 15 21:39:19 2013 -0700 gluegen: remove redundant test for null relativePath We are inside a block where relativePath must be non-null, remove the redundant check Signed-off-by: Harvey Harrison commit 9fc9765b67f3ef47904e26154d6ef1519a565e41 Author: Harvey Harrison Date: Mon Jul 15 21:37:37 2013 -0700 gluegen: remove redundant assignment of tmpBaseDir - can only be null here, remove the entire else condition Signed-off-by: Harvey Harrison commit 36aa8b04410c3915c57dae66ad8fca930f854393 Author: Harvey Harrison Date: Mon Jul 15 21:32:42 2013 -0700 gluegen: annotate Hastable of attributes as Hashtable - use copy-constructor rather than clone to suppress type warnings - annotate a Class as Class Signed-off-by: Harvey Harrison commit caeddfc52d7cd7d06c7a9599298bca1e1c37fa62 Author: Harvey Harrison Date: Mon Jul 15 21:32:05 2013 -0700 gluegen: remove unneeded casts to TNode Signed-off-by: Harvey Harrison commit e4a213c56042b1eba4c06421c69f09160dea9376 Author: Sven Gothel Date: Sun Jul 14 20:06:39 2013 +0200 FunctionSymbol: Fix equals/hashCode comparison, i.e. skip args/type due to non overloading of c-funcs. commit 461f57b12b95782c53d0380d5d796615ad2e4581 Author: Sven Gothel Date: Sun Jul 14 20:06:00 2013 +0200 StringBuffer -> StringBuilder commit 645e29457c3a51cb262a61f2fe8e73ad9e606230 Author: Sylvestre Ledru Date: Wed Jul 10 11:48:27 2013 +0200 Fix a typo (Retruns => Returns) commit 33ff1e3a6e64288028d8c2a8beb350a9f7c89720 Author: Sven Gothel Date: Tue Jul 9 04:25:06 2013 +0200 RunnableTask/FunctionTask run(): Write tExecuted in finally block, removing code redundancy and placing write at end of operation. commit 3ceb32fb505363ccc02fc4cce1362257ca98a3e5 Author: Sven Gothel Date: Thu Jul 4 20:20:35 2013 +0200 Scripts: Fix setenv for open-solaris/indiana/Illumus .. commit 64dcc55a0aadee4ef824cc145e936cd7bc3c1bdd Author: Sven Gothel Date: Tue Jun 25 23:27:31 2013 +0200 Back to developer version .. (post RC12)