Bug 43907 - Too many warnings reported by the jdt compiler adapter
Summary: Too many warnings reported by the jdt compiler adapter
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-30 09:16 EDT by Olivier Thomann CLA
Modified: 2003-10-13 05:48 EDT (History)
0 users

See Also:


Attachments
Patch your jdtCompilerAdapter.jar with this one and restart Eclipse (9.00 KB, application/octet-stream)
2003-09-30 09:18 EDT, Olivier Thomann CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2003-09-30 09:16:31 EDT
Using 0930, the compiler adapter reports too many warnings.
This is due to the support for compiler args element in the javac tasks.
Comment 1 Olivier Thomann CLA 2003-09-30 09:17:52 EDT
Here is a patch for it.
Fixed and released in HEAD.

When no compiler args are specified, I use the default warning levels of the ant
adapter and not the one of the batch compiler (it includes deprecation).
Comment 2 Olivier Thomann CLA 2003-09-30 09:18:25 EDT
Created attachment 6285 [details]
Patch your jdtCompilerAdapter.jar with this one and restart Eclipse
Comment 3 Olivier Thomann CLA 2003-09-30 09:38:20 EDT
Change title.
Comment 4 David Audel CLA 2003-10-13 05:48:09 EDT
Verified.