Bug 57480 - [PATCH] Fix Eclipse warnings
Summary: [PATCH] Fix Eclipse warnings
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.12-dev
Hardware: PC All
: P2 minor (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2015-01-21 21:57 UTC by Ahmed Ashour
Modified: 2015-02-09 22:34 UTC (History)
0 users



Attachments
Warnings fix patch (4.07 KB, application/x-gzip)
2015-01-21 21:57 UTC, Ahmed Ashour
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmed Ashour 2015-01-21 21:57:47 UTC
Created attachment 32388 [details]
Warnings fix patch

Hi all,

Please find attached a patch to fix some warnings due to unnecessary cast, Java 5 features, unused imports, unnecessary @SuppressWarnings

Of course, this doesn't cover the whole project.

I hope you find it useful.
Comment 1 Dominik Stadler 2015-02-09 22:34:27 UTC
Resolved via r1658594, thanks for the patch, we are slowly fixing those warnings all over the place, unfortunately there are many, but it should get better in the long run.