jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Gumtree
  • Gumtree
  • GUMTREE-834

Adopt CDMA 3.0.0

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Task Task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.7.2
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

CDMA 3.0.0 will bring a number of structural and API changes. We will to ensure all Java code and Python script work as the way with CDMA 2.1.0.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Tony Lam added a comment - 06/May/12 11:33 PM
// Old code (2.1.0)
newIterator.setDoubleNext(oldIterator.getDoubleNext() + value);

// New code (3.0.0)
newIterator.next().setDoubleCurrent(oldIterator.getDoubleNext() + value);
Show
Tony Lam added a comment - 06/May/12 11:33 PM // Old code (2.1.0) newIterator.setDoubleNext(oldIterator.getDoubleNext() + value); // New code (3.0.0) newIterator.next().setDoubleCurrent(oldIterator.getDoubleNext() + value);
Hide
Permalink
Tony Lam added a comment - 06/May/12 11:34 PM

All Java code has been refactored. We need to refactor relevant Python code in 1.7.2.

Show
Tony Lam added a comment - 06/May/12 11:34 PM All Java code has been refactored. We need to refactor relevant Python code in 1.7.2.

People

  • Assignee:
    Tony Lam
    Reporter:
    Tony Lam
Vote (0)
Watch (0)

Dates

  • Created:
    03/May/12 1:54 AM
    Updated:
    20/May/12 11:06 PM
    Resolved:
    06/May/12 11:33 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.