Skip to content

Commit

Permalink
Bug 572761 Fix some FindBugs warnings and switch to SpotBugs
Browse files Browse the repository at this point in the history
Add missing messages

Change-Id: Ifc6ae3a83181291a0ea73dab0d694dcea5e1080f
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=572761
  • Loading branch information
ajohnson1 committed Apr 14, 2021
1 parent cf9f47d commit 1a2a711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public class Messages extends NLS
public static String ExportActions_PlainText;
public static String ExportActions_ZippedWebPage;
public static String FieldsContentProvider_Displayed;
public static String FileOpenDialogEditor_CannotWrite;
public static String FileOpenDialogEditor_ChooseFile;
public static String FileOpenDialogEditor_FileNotFound;
public static String FileOpenDialogEditor_NotADirectory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ ExportActions_ExportToTxt=Export to TXT...
ExportActions_PlainText=Plain Text(*.txt)
ExportActions_ZippedWebPage=Zipped Web Page (*.zip)
FieldsContentProvider_Displayed={0} out of {1} displayed
FileOpenDialogEditor_CannotWrite=Cannot write to: {0}
FileOpenDialogEditor_ChooseFile=Choose File...
FileOpenDialogEditor_FileNotFound=File not found: {0}
FileOpenDialogEditor_NotADirectory=Not a directory: {0}
GettingStartedWizard_ChooseOneOfReports=Choose one of the common reports below. Press Escape to close this dialog.
GettingStartedWizard_ComponentReport=Component Report
GettingStartedWizard_ComponentReportDescription=Analyze a set of objects for suspected memory issues: duplicate strings, empty collections, finalizer, weak references, etc.
Expand Down

0 comments on commit 1a2a711

Please sign in to comment.