Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0034684Openbravo ERPA. Platformpublic2016-12-03 12:392016-12-06 08:30
shuehner 
shuehner 
nonetrivialhave not tried
closedfixed 
5
 
3.0PR17Q1 
alostale
Core
No
0034684: Remove some not required @SupressWarnings("unchecked")
Several files in src-test have annotation to suppress some unchecked warnings. But compiling with latest eclipse 4.6.1 no unchecked warnings are detected to be suppressed.

Which generates a new warning about unused @SupressWarnings.
Check eclipse warnings when using eclipse 4.6.1
remove the unused suppress warnings annotation.
No tags attached.
related to feature request 00341003.0PR17Q1 closed alostale Raise minimum stack requirements for PR17Q1 
blocks feature request 0031477 new shuehner Tracking issue to reduce the huge number of eclipse warnings in pi 
? issue_34684.hgexport (4,178) 2016-12-03 12:42
https://issues.openbravo.com/file_download.php?file_id=10157&type=bug
Issue History
2016-12-03 12:39shuehnerNew Issue
2016-12-03 12:39shuehnerAssigned To => platform
2016-12-03 12:39shuehnerModules => Core
2016-12-03 12:39shuehnerTriggers an Emergency Pack => No
2016-12-03 12:39shuehnerRelationship addedblocks 0031477
2016-12-03 12:42shuehnerFile Added: issue_34684.hgexport
2016-12-03 12:42shuehnerAssigned Toplatform => shuehner
2016-12-03 12:42shuehnerReview Assigned To => alostale
2016-12-06 08:27hgbotCheckin
2016-12-06 08:27hgbotNote Added: 0092105
2016-12-06 08:27hgbotStatusnew => resolved
2016-12-06 08:27hgbotResolutionopen => fixed
2016-12-06 08:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/0ec7b11287182335ad56d23d980fb7e23d0cdbb7 [^]
2016-12-06 08:29alostaleStatusresolved => closed
2016-12-06 08:29alostaleFixed in Version => 3.0PR17Q1
2016-12-06 08:29alostaleNote Added: 0092106
2016-12-06 08:30alostaleRelationship addedrelated to 0034100

Notes
(0092105)
hgbot   
2016-12-06 08:27   
Repository: erp/devel/pi
Changeset: 0ec7b11287182335ad56d23d980fb7e23d0cdbb7
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Sat Dec 03 12:40:54 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0ec7b11287182335ad56d23d980fb7e23d0cdbb7 [^]

Fixed 34684. Remove some unused @SupressWarnings("unchecked").

Eclipse shows no unchecked warnings in those places so no need to supress.

---
M src-test/src/org/openbravo/test/role/inheritance/AccessPropagation.java
M src-test/src/org/openbravo/test/role/inheritance/AccessPropagationNotInherited.java
M src-test/src/org/openbravo/test/role/inheritance/DeletedAccessPropagation.java
M src-test/src/org/openbravo/test/role/inheritance/HorizontalInheritance.java
M src-test/src/org/openbravo/test/role/inheritance/VerticalInheritance.java
---
(0092106)
alostale   
2016-12-06 08:29   
code reviewed