[
https://issues.apache.org/jira/browse/DERBY-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen updated DERBY-5840:
--------------------------------------
Attachment: derby-5840-03-aa-drda.diff
The network server is only supported on Java 5 and newer since 10.9. The
attached patch, derby-5840-03-aa-drda.diff, changes source and target level to
1.5 for all the code under java/drda (except the servlet) and adds type
arguments to declarations and constructor calls where it's required in order to
silence unchecked conversion warnings.
Some places the patch also removes casts that became unnecessary because of the
extra type information available to the compiler, but I didn't spend too much
time on tracking down code that could be simplified, as that didn't cause any
compiler warnings.
The code compiles with no warnings in my environment, and all the regression
tests passed.
> Clean up compiler warnings introduced by using Java 5 language features
> -----------------------------------------------------------------------
>
> Key: DERBY-5840
> URL: https://issues.apache.org/jira/browse/DERBY-5840
> Project: Derby
> Issue Type: Improvement
> Components: Miscellaneous
> Affects Versions: 10.10.0.0
> Reporter: Rick Hillegas
> Attachments: derby-5840-01-aa-compatibilityTests.diff,
> derby-5840-02-aa-compatibilityTests-again.diff.txt, derby-5840-03-aa-drda.diff
>
>
> Using Java 5 language features forces us to compile code at level 5 or
> higher. At this level, the compiler raises warnings not seen at lower levels.
> This issue is a place to discuss and attach cleanup to eliminate these
> warnings.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira