Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-03[findbugs] Filter warning about intended switch fall-throughMatthias Sohn1-0/+7
2010-12-03Merge "[findbugs] Use more efficient valueOf() instead of new Integer()"Chris Aniszczyk2-2/+2
2010-12-03Merge "[findbugs] Use StringBuilder to concatenate Strings"Chris Aniszczyk2-6/+6
2010-12-03Merge "[findbugs] Convert IFile to File before comparing with File"Chris Aniszczyk1-1/+3
2010-12-03[findbugs] Use more efficient valueOf() instead of new Integer()Matthias Sohn2-2/+2
2010-12-03Merge "[findbugs] Fix potential NPE"Chris Aniszczyk1-1/+2
2010-12-03Merge "[findbugs] Implement hashCode() where equals() is overridden"Chris Aniszczyk2-0/+14
2010-12-03[findbugs] Use StringBuilder to concatenate StringsMatthias Sohn2-6/+6
2010-12-03[findbugs] Convert IFile to File before comparing with FileMatthias Sohn1-1/+3
2010-12-03[findbugs] Fix potential NPEMatthias Sohn1-1/+2
2010-12-03Merge changes I3010a2eb,I796bd4fdMatthias Sohn2-0/+29
2010-12-03[findbugs] GitSyncInfo doesn't override SyncInfo.equals(Object)Dariusz Luksza1-0/+24
2010-12-03Prevent from null arguments in GitSynchronizeDataDariusz Luksza1-0/+5
2010-12-03Merge "[findbugs] Extract setting static member into static method"Robin Rosenberg2-3/+12
2010-12-03[findbugs] Extract setting static member into static methodMatthias Sohn2-3/+12
2010-12-03Merge "Fix reuse of field labels (incl. shortcut mnemonic) in error messages"Matthias Sohn3-12/+17
2010-12-03[findbugs] Implement hashCode() where equals() is overriddenMatthias Sohn2-0/+14
2010-12-03Fix reuse of field labels (incl. shortcut mnemonic) in error messagesPhilipp Thun3-12/+17
2010-12-03Merge "Remove deprecated code from ResetOperation, DiscardChangesOperation"Matthias Sohn2-70/+39
2010-12-03Remove deprecated code from ResetOperation, DiscardChangesOperationMathias Kinzler2-70/+39
2010-12-02Merge "Remove help button (? icon) from dialogs"Matthias Sohn7-0/+9
2010-12-02Merge "[findbugs] Fix too unspecific catch block"Dariusz Luksza1-1/+1
2010-12-02[findbugs] Fix too unspecific catch blockMatthias Sohn1-1/+1
2010-12-02[findbugs] Unwritten store field in GitResourceVariantTreeTestDariusz Luksza1-5/+2
2010-12-02Merge "[findbugs] Make inner class static"Dariusz Luksza1-1/+1
2010-12-02[findbugs] Make inner class staticMatthias Sohn1-1/+1
2010-12-02Fix variable naming issues in GitModelObjectContainerDariusz Luksza8-28/+28
2010-12-02Remove help button (? icon) from dialogsPhilipp Thun7-0/+9
2010-12-02[findbugs] Fix possible NPE in TestUtilMatthias Sohn1-12/+14
2010-12-02Remove help button (? icon) from wizardsPhilipp Thun17-15/+44
2010-12-02[historyView] CommitFileViewer: merge columnsMathias Kinzler2-8/+2
2010-12-02Merge "Fix text in Rebase Dialog"Matthias Sohn1-1/+1
2010-12-02Initialize test classes properlyMathias Kinzler4-12/+8
2010-12-02Fix text in Rebase DialogMathias Kinzler1-1/+1
2010-12-02Fix a few compiler warnings (parameter hides variable)Mathias Kinzler3-9/+9
2010-12-02Merge "[findbugs] Remove unread field"Mathias Kinzler1-5/+0
2010-12-02Merge "Fix typo in method name"Mathias Kinzler1-2/+2
2010-12-02Merge "[findbugs] Use StringBuilder for String concatenation"Mathias Kinzler2-12/+11
2010-12-02Add the menu action "Team > No assume unchanged"Matthias Sohn7-8/+63
2010-12-02Add AddToIndex to Git Command Group actionsMatthias Sohn6-20/+102
2010-12-02[findbugs] Remove unread fieldMatthias Sohn1-5/+0
2010-12-01Fix typo in method nameMatthias Sohn1-2/+2
2010-12-01[findbugs] Use StringBuilder for String concatenationMatthias Sohn2-12/+11
2010-12-01Authentication: add option to store password in secure storeJens Baumgart16-38/+235
2010-12-01Authentication: add option to store credentials in login dialogJens Baumgart9-58/+234
2010-12-01Merge "Remove deprecated JGit code from EGit Core Tests"Chris Aniszczyk2-68/+46
2010-12-01Remove deprecated JGit code from EGit Core TestsMathias Kinzler2-68/+46
2010-12-01Do not preselect files with the assume-unchanged flagStefan Lay3-2/+9
2010-12-01Fix EGit Build after JGit change 1971Mathias Kinzler1-1/+2
2010-11-30Merge "Implement basic authentification"Matthias Sohn18-5/+752

Back to the top