Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 354193 - Resolve several simple warnings. (ie: 'low hanging fruit')
Summary: Resolve several simple warnings. (ie: 'low hanging fruit')
Status: CLOSED FIXED
Alias: None
Product: OSEE
Classification: Technology
Component: OSEE Application Framework (show other bugs)
Version: 0.9.9   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 0.9.9   Edit
Assignee: S. Cook CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 17:35 EDT by S. Cook CLA
Modified: 2012-01-28 20:43 EST (History)
1 user (show)

See Also:


Attachments
refactor: (ORG.OSEE)Resolve numerous warnings by removing unused exception declarations (338.00 KB, patch)
2011-08-08 17:35 EDT, S. Cook CLA
ryan.d.brooks: iplog+
Details | Diff
refactor: (OSEE)Resolve numerous warnings 'Unnecessary @SuppressWarnings(...)' (41.03 KB, patch)
2011-08-08 18:04 EDT, S. Cook CLA
ryan.d.brooks: iplog+
Details | Diff
refactor: (OSEE)Reorganize imports to reduce number of warning messages (2.41 KB, patch)
2011-08-09 12:26 EDT, S. Cook CLA
ryan.d.brooks: iplog+
Details | Diff
Removing unread variables or suppressing warnings in order to reduce the number of warning messages (9.37 KB, patch)
2011-08-09 15:11 EDT, S. Cook CLA
ryan.d.brooks: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.