Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 354193

Summary: Resolve several simple warnings. (ie: 'low hanging fruit')
Product: [Technology] OSEE Reporter: S. Cook <shawn.f.cook>
Component: OSEE Application FrameworkAssignee: S. Cook <shawn.f.cook>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: ryan.d.brooks
Version: 0.9.9   
Target Milestone: 0.9.9   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
refactor: (ORG.OSEE)Resolve numerous warnings by removing unused exception declarations
ryan.d.brooks: iplog+
refactor: (OSEE)Resolve numerous warnings 'Unnecessary @SuppressWarnings(...)'
ryan.d.brooks: iplog+
refactor: (OSEE)Reorganize imports to reduce number of warning messages
ryan.d.brooks: iplog+
Removing unread variables or suppressing warnings in order to reduce the number of warning messages ryan.d.brooks: iplog+

Description S. Cook CLA 2011-08-08 17:35:03 EDT
Of the thousands of warning messages currently produced by compilation many are easy to fix.  Trying to get as many of these as possible.
Comment 1 S. Cook CLA 2011-08-08 17:35:35 EDT
Created attachment 201107 [details]
refactor: (ORG.OSEE)Resolve numerous warnings by removing unused exception declarations
Comment 2 S. Cook CLA 2011-08-08 18:04:28 EDT
Created attachment 201109 [details]
refactor: (OSEE)Resolve numerous warnings 'Unnecessary @SuppressWarnings(...)'
Comment 3 S. Cook CLA 2011-08-09 12:26:17 EDT
Created attachment 201159 [details]
refactor: (OSEE)Reorganize imports to reduce number of warning messages
Comment 4 S. Cook CLA 2011-08-09 15:11:08 EDT
Created attachment 201170 [details]
Removing unread variables or suppressing warnings in order to reduce the number of warning messages
Comment 5 Ryan Brooks CLA 2011-08-16 15:36:57 EDT
Ryan Brooks applied these patches to 0.9.9_dev in the following commits:

refactor[bgz_354193]: Remove unused exception declarations
refactor[bgz_354193]: Remove unused SuppressWarnings annotations
refactor[bgz_354193]: Remove unused imports
refactor[bgz_354193]: Remove unread variables warnings
Comment 6 Ryan Brooks CLA 2012-01-28 20:28:04 EST
Test suite passes.