Silence deprecation warnings for JDBC 4 stubs
---------------------------------------------

                 Key: DERBY-4756
                 URL: https://issues.apache.org/jira/browse/DERBY-4756
             Project: Derby
          Issue Type: Improvement
          Components: Build tools
            Reporter: Knut Anders Hatlen
            Priority: Trivial


Many warnings are printed when the java.sql.Date and java.sql.Time JDBC 4 stubs 
are compiled, because they override deprecated methods in java.util.Date. 
Example:

    [javac] /code/derby/trunk1/java/stubs/jdbc4/java/sql/Date.java:25: warning: 
[deprecation] getHours() in java.util.Date has been deprecated
    [javac]     public  int     getHours()  { return 0; }
    [javac]                     ^

We should silence these warnings to make it easier to distinguish signal from 
noise.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to