Bug 104067 - ability to supress java compile warnings
Summary: ability to supress java compile warnings
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M5   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 14:31 EDT by Nick Trown CLA
Modified: 2006-02-05 15:39 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Trown CLA 2005-07-15 14:31:02 EDT
As part of some of my projects are steps that launch tools that generate java
code, such as wsdl.   

The generated code contains many java compile warnings and it would be nice to
be able to supress warnings for certain directory hierarchies.
Comment 1 Darin Wright CLA 2005-07-15 15:05:47 EDT
assigning to JCORE for comment.
Comment 2 Philipe Mulet CLA 2006-02-05 15:39:09 EST
@SuppressWarnings is now supported in source 1.5 mode.