[
https://issues.apache.org/jira/browse/DERBY-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892699#action_12892699
]
Kristian Waagan commented on DERBY-4756:
----------------------------------------
+1
> 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
> Attachments: depr.diff
>
>
> 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.