summaryrefslogtreecommitdiffstats
path: root/bean
Commit message (Expand)AuthorAgeFilesLines
...
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-6/+6
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-203-4/+4
* remove some dead Java codeNoel Grandin2014-08-202-6/+0
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-1/+1
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-192-4/+4
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-1/+1
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-192-3/+3
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-16/+16
* java: remove unused methodsNoel Grandin2014-08-191-65/+0
* java: remove unused importsNoel Grandin2014-08-144-7/+0
* java: remove commented out codeNoel Grandin2014-08-144-4/+0
* java: remove dead methodsNoel Grandin2014-08-1310-292/+7
* java: remove unused fieldsNoel Grandin2014-08-131-1/+1
* java: reduce scope, make some methods privateNoel Grandin2014-08-134-7/+7
* java: reduce scope, make member classes privateNoel Grandin2014-08-132-3/+3
* java: reduce scope, make fields privateNoel Grandin2014-08-137-17/+17
* java: reduce scope, make constructors privateNoel Grandin2014-08-133-3/+3
* java: reduce scope, make constants privateNoel Grandin2014-08-122-3/+3
* java: fix broken javadoc tagsNoel Grandin2014-08-122-4/+1
* java: remove useless javadoc tagsNoel Grandin2014-08-121-10/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-128-0/+21
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-5/+0
* java: remove unnecessary semi-colonsNoel Grandin2014-08-0810-11/+11
* java: remove redundant super-interfacesNoel Grandin2014-08-081-1/+0
* add a comment so I don't have to figure out this classes purpose againNoel Grandin2014-08-081-0/+3
* java: code some code to use non-deprecated constructorsNoel Grandin2014-08-082-0/+5
* java: remove unused fieldsNoel Grandin2014-08-082-9/+1
* java: remove commented out codeNoel Grandin2014-08-054-26/+0
* java: remove unused fieldsNoel Grandin2014-08-051-3/+0
* java: remove various unused variablesNoel Grandin2014-08-054-6/+1
* java: remove workarounds for missing functionality pre java 1.5Noel Grandin2014-08-042-40/+4
* typo: more then -> more thanTakeshi Abe2014-08-012-4/+4
* new loplugin: externalandnotdefinedNoel Grandin2014-07-116-6/+38
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-305-7/+7
* prefer makefile-gmake-modeTakeshi Abe2014-04-281-1/+1
* specify linking opts for jawt centrallyDavid Tardon2014-04-261-4/+0
* It's "its", not "it's"Tor Lillqvist2014-04-101-2/+2
* Remove visual noise from beanAlexander Wilms2014-02-257-33/+33
* Typo: interupted -> interruptedJulien Nabet2014-02-191-1/+1
* Merge AWTLIB and JAVALIB together as JAWTLIBStephan Bergmann2014-02-141-2/+1
* Remove (hopefully) obsolete workaroundsStephan Bergmann2014-02-142-10/+0
* More java.lang.System.mapLibraryName dylib vs. jnilib confusionStephan Bergmann2014-02-131-0/+9
* Fix typosJulien Nabet2013-12-222-2/+2
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-205-12/+12
* typo fixesAndras Timar2013-12-201-2/+2
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+1
* Typo fix: postion > positionLior Kaplan2013-06-121-1/+1
* mingw64: use integer able to contain pointerFridrich Štrba2013-06-101-1/+1
* Fix bean linking on wntgccxFridrich Štrba2013-06-071-3/+2
* Don't export a variable called PATH_SEPARATORTor Lillqvist2013-05-151-2/+2