Bug 104067

Summary: ability to supress java compile warnings
Product: [Eclipse Project] JDT Reporter: Nick Trown <nickt>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.