summaryrefslogtreecommitdiff
path: root/codemaker/source/javamaker
AgeCommit message (Expand)AuthorFilesLines
2017-11-26Replace most lists by vectors in codemakerJulien Nabet3-10/+8
2017-10-23loplugin:includeform: codemakerStephan Bergmann7-40/+40
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin2-2/+2
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin2-12/+9
2017-08-14new loplugin:droplongNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin2-30/+13
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-4/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-06-04Remove usage of OString("")Arnaud Versini1-3/+3
2017-02-25loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-3/+1
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin1-2/+0
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-11tdf#100726: Improve readability of OUString concatenationsArnold Dumas1-11/+11
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann1-2/+2
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-6/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin2-125/+124
2016-02-09convert to range-based for loops in codemaker/Noel Grandin3-170/+110
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-84/+84
2015-11-06coverity#1338267 Uncaught exceptionCaolán McNamara1-0/+4
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+4
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-3/+2
2014-12-27coverity#1019332 Unchecked dynamic_castCaolán McNamara1-7/+6
2014-12-27coverity#1019331 Unchecked dynamic_castCaolán McNamara1-7/+6
2014-12-10Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann1-5/+9
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-24coverity#441732 Uncaught exceptionCaolán McNamara1-5/+4
2014-10-07coverity#1242375 Don't call fscanf without specifiersCaolán McNamara1-1/+1
2014-09-30codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann1-60/+20
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-8/+129
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+1
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-2/+2
2014-04-04codemaker: sal_Bool->boolNoel Grandin2-3/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-17codemaker,editeng: prefer passing OUString by referenceNoel Grandin1-8/+8
2014-02-17codemaker: sal_Bool -> boolStephan Bergmann2-5/+5
2014-02-01coverity#707676 : Uninitialized scalar fieldNorbert Thiebaud1-2/+5
2014-01-28coverity#440029 Logically dead codeCaolán McNamara1-16/+1
2014-01-27coverity#1019407 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-01-27coverity#1019406 Uninitialized scalar fieldCaolán McNamara1-1/+2