Bug 69505 - Need the ability to mark files so that Eclipse ignores warnings
Summary: Need the ability to mark files so that Eclipse ignores warnings
Status: RESOLVED DUPLICATE of bug 83739
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-07 14:11 EDT by Nicholaus Shupe CLA
Modified: 2005-04-07 07:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholaus Shupe CLA 2004-07-07 14:11:06 EDT
I use JavaCC to generate several .java source code files.  However, these files
don't conform to all the strict settings I have for the Java compiler in
Eclipse.  For example, unused imports, extraneous semicolons, and non-documented
empty-blocks are all reported as warnings in the Problems tab.  This is expected
behavior, but it's quite annoying since I have to hunt for the "real" warnings
generated by files I hand code.

In other words, I would like to be able to mark files, just like I can add files
to .cvsignore, so that all warnings are ignored.
Comment 1 Dirk Baeumer CLA 2004-07-08 05:59:54 EDT
This would require compiler settings per file. 
Comment 2 Philipe Mulet CLA 2005-04-07 07:32:23 EDT

*** This bug has been marked as a duplicate of 83739 ***