castor

Clean up Java 5 build complaints in ddlgen

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.1 M2
  • Fix Version/s: 1.1 M3
  • Component/s: JDO DDL generator
  • Labels:
    None
  • Number of attachments :
    1

Description

There are a few Java 5 build complaints concerning varargs ambiguity.

Activity

Hide
Edward Kuns added a comment -

Delivered. All changes were changing a String[] to Object[] to unambiguously match the required method signature. Unforttunately, varargs makes some method signatures ambiguous and thus you need to exactly match the signature rather than using a derived type in the signature.

Show
Edward Kuns added a comment - Delivered. All changes were changing a String[] to Object[] to unambiguously match the required method signature. Unforttunately, varargs makes some method signatures ambiguous and thus you need to exactly match the signature rather than using a derived type in the signature.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: