Age | Commit message (Expand) | Author |
2014-09-10 | bean: Boolean Parsing | rbuj |
2014-09-08 | set names on some Java threads | Michael Stahl |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin |
2014-08-20 | remove some dead Java code | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-19 | java: classes in java.lang package do not need to be fully qualified | Noel Grandin |
2014-08-19 | java: remove unused methods | Noel Grandin |
2014-08-14 | java: remove unused imports | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | java: remove unused fields | Noel Grandin |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make member classes private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-13 | java: reduce scope, make constructors private | Noel Grandin |
2014-08-12 | java: reduce scope, make constants private | Noel Grandin |
2014-08-12 | java: fix broken javadoc tags | Noel Grandin |
2014-08-12 | java: remove useless javadoc tags | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin |
2014-08-08 | java: remove unnecessary semi-colons | Noel Grandin |
2014-08-08 | java: remove redundant super-interfaces | Noel Grandin |
2014-08-08 | add a comment so I don't have to figure out this classes purpose again | Noel Grandin |
2014-08-08 | java: code some code to use non-deprecated constructors | Noel Grandin |
2014-08-08 | java: remove unused fields | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove unused fields | Noel Grandin |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-08-04 | java: remove workarounds for missing functionality pre java 1.5 | Noel Grandin |
2014-08-01 | typo: more then -> more than | Takeshi Abe |
2014-07-11 | new loplugin: externalandnotdefined | Noel Grandin |
2014-04-30 | Many spelling fixes: directories a* - g*. | Pedro Giffuni |
2014-04-28 | prefer makefile-gmake-mode | Takeshi Abe |
2014-04-26 | specify linking opts for jawt centrally | David Tardon |
2014-04-10 | It's "its", not "it's" | Tor Lillqvist |
2014-02-25 | Remove visual noise from bean | Alexander Wilms |
2014-02-19 | Typo: interupted -> interrupted | Julien Nabet |
2014-02-14 | Merge AWTLIB and JAVALIB together as JAWTLIB | Stephan Bergmann |
2014-02-14 | Remove (hopefully) obsolete workarounds | Stephan Bergmann |
2014-02-13 | More java.lang.System.mapLibraryName dylib vs. jnilib confusion | Stephan Bergmann |
2013-12-22 | Fix typos | Julien Nabet |
2013-12-20 | Spelling correction: s/retrive/retrieve/ | Tor Lillqvist |
2013-12-20 | typo fixes | Andras Timar |
2013-08-19 | Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA | Tor Lillqvist |
2013-06-12 | Typo fix: postion > position | Lior Kaplan |
2013-06-10 | mingw64: use integer able to contain pointer | Fridrich Štrba |