http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2665
*** shadow/2665 Wed Jul 18 02:29:47 2001 --- shadow/2665.tmp.6275 Wed Jul 18 02:29:47 2001 *************** *** 0 **** --- 1,25 ---- + +============================================================================+ + | Deprecation warnings are swallowed | + +----------------------------------------------------------------------------+ + | Bug #: 2665 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Major OS/Version: Linux | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + In a complex project I experienced that I sometime get and sometimes don't get + deprecation warning. I have a class flagged as deprecated and use it in some + other class. If I rebuild only the using class (by throwing its class file away) + I get loads of warnings. If I rebuild both classes (or the complete project for + that matter) I get no warning at all. + + This is a major bug as I can't be sure about the static analyse of the program + even if I compile everything at once. + + We use jdk 1.3 for this.
