You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/18 11:29:47 UTC

[Bug 2665] New: - Deprecation warnings are swallowed

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: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: omeyer@i3.informatik.rwth-aachen.de                          |
+ +----------------------------------------------------------------------------+
+ |          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.