Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Fix all Javadoc warnings and fail on themAntoine Musso1-1/+1
2022-11-20Merge branch 'stable-6.2' into stable-6.3Matthias Sohn1-11/+0
2022-11-10Extract Exception -> HTTP status code mapping for reuseSven Selberg1-0/+11
2021-09-29Enable compiler option --releaseMatthias Sohn2-3/+122
2021-09-29Bump minimum required Java version to 11Matthias Sohn1-3/+3
2019-10-17Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse1-1/+1
2018-10-17Disable Eclipse warning about unrecognized @SuppressWarnings valueDavid Pursehouse1-1/+1
2018-09-23Fix Mylyn commit message templateMichael Keppler1-1/+1
2018-03-03Enable warning for resources not managed by try-with-resourceDavid Pursehouse1-1/+1
2017-11-24Ignore warning for minor version change without API changeMatthias Sohn1-1/+11
2017-08-30Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-1/+1
2017-08-29Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-2/+2
2017-08-28Enhance Eclipse save actionsMatthias Sohn1-7/+12
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse1-1/+1
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse1-1/+1
2016-09-20Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn1-3/+3
2016-07-26Ignore 'The value of exception parameter is not used' warningDavid Pursehouse1-0/+1
2015-02-09Set minimum required Java version to Java 7Matthias Sohn1-3/+3
2014-07-01Don't warn for methods that can be staticRobin Rosenberg1-1/+1
2014-07-01Add new default settings from Eclipse 4.4Robin Rosenberg1-0/+5
2013-06-15Disable warning about assigning to parameterRobin Stocker1-1/+1
2012-11-25Do not warn about non-translated strings in the http libraryRobin Rosenberg1-1/+1
2012-11-16Harmonize the JDT settings within JGitRobin Rosenberg3-8/+69
2011-12-16Enforce the use of Java5 API:s only (with a few exceptions)Robin Rosenberg1-0/+94
2011-09-05Use commit message best practices for Mylyn Commit templateMatthias Sohn2-0/+7
2010-08-26Run formatter on edited lines via save actionChris Aniszczyk1-3/+4
2010-01-12Simple dumb HTTP server for GitShawn O. Pearce4-0/+401

    Back to the top