Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-03-06 00:24:26 +0000
committerJeff Johnston2012-03-07 17:15:30 +0000
commitb7ade457f392ab2e90ec363495ec0a10a3d93b7d (patch)
tree99ddf00b3f4aae384de602239d9db69a32666772 /changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
parent1eb866ac073b2eb6e22df4edcf3436a60d0c8456 (diff)
downloadorg.eclipse.linuxtools-b7ade457f392ab2e90ec363495ec0a10a3d93b7d.tar.gz
org.eclipse.linuxtools-b7ade457f392ab2e90ec363495ec0a10a3d93b7d.tar.xz
org.eclipse.linuxtools-b7ade457f392ab2e90ec363495ec0a10a3d93b7d.zip
Fix numerous FindBugs errors.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core/ChangeLog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
index 925e308b8d..072729f54a 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
+++ b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
@@ -1,3 +1,12 @@
+2012-03-05 Jeff Johnston <jjohnstn@redhat.com>
+
+ * src/org/eclipse/linuxtools/changelog/core/actions/PatchFile.java (hashCode): New Method to fix
+ FindBugs error.
+ * src/org/eclipse/linuxtools/changelog/core/actions/PatchRangeElement.java (hashCode): Ditto.
+ * src/org/eclipse/linuxtools/changelog/core/actions/PrepareChangeLogAction.java (getChangedLines): Remove
+ potential NPE discovered by FindBugs.
+ * src/org/eclipse/linuxtools/changelog/core/actions/PrepareCommitAction.java (loadClipboard): Ditto.
+
2012-02-08 Jeff Johnston <jjohnstn@redhat.com>
Resolves #366854.

Back to the top