summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc
AgeCommit message (Expand)AuthorFilesLines
2014-11-18java: make fields final where possibleNoel Grandin40-57/+56
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-1/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini13-27/+27
2014-11-12java: convert fields to local variables where possibleNoel Grandin6-13/+7
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-14/+15
2014-10-17java: dodgy &= operationNoel Grandin1-4/+2
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin1-2/+1
2014-10-17java: final fields that can be staticNoel Grandin4-6/+6
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin6-16/+9
2014-10-16java: always use braces for while loopsNoel Grandin2-3/+4
2014-10-09typo: proeprty -> propertyAndras Timar2-2/+2
2014-10-09typo: Lable -> LabelAndras Timar1-2/+2
2014-10-07java: simplify some for loops to while loopsNoel Grandin1-1/+1
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin1-1/+1
2014-10-07java: simplify conditions involving logical negationNoel Grandin4-11/+11
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-6/+6
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin4-6/+6
2014-10-07java: no need to check for null before calling instanceofNoel Grandin1-1/+1
2014-10-07java: remove useless overriding methodsNoel Grandin1-19/+0
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-3/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin16-44/+44
2014-08-20java: remove unnecessary return statementsNoel Grandin16-53/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin4-5/+5
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-2/+2
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin20-42/+42
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin49-141/+141
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin37-81/+81
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin19-38/+38
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara2-1/+21
2014-08-17coverity#1231674 Uncaught exceptionCaolán McNamara1-1/+31
2014-08-14java: remove commented out codeNoel Grandin21-65/+1
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin2-3/+3
2014-08-12java: fix broken javadoc tagsNoel Grandin2-2/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin282-2/+494
2014-08-11fdo#82151 finish fixupLionel Elie Mamane1-19/+127
2014-08-11java: remove unused parametersNoel Grandin7-21/+3
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin2-3/+2
2014-08-08java: remove redundant null checksNoel Grandin5-8/+2
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-3/+0
2014-08-08java: variable cannot be nullNoel Grandin3-12/+12
2014-08-08java: remove dead methodsNoel Grandin1-4/+0
2014-08-05java: remove commented out codeNoel Grandin18-179/+2
2014-08-05java: remove unused fieldsNoel Grandin1-4/+0
2014-08-04java: remove some unused import statementsNoel Grandin43-46/+0
2014-08-04java: remove some unused variablesNoel Grandin3-4/+4
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin60-116/+112
2014-08-04java: removed unused importsNoel Grandin1-1/+0
2014-08-04fix spelling compilant -> compliantNoel Grandin243-247/+247