Mod4j: Modeling for Java using Domain Specific Languages

Javadoc for constructor parameters of Business classes show wrong datatype

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0.0
  • Labels:
    None
  • Number of attachments :
    0

Description

/**

  • Minimal constructor for OrderLine
  • @param lineNumber (integer)
  • @param description (string)
  • @param lineAmount (decimal)
    */

The Mod4j types should be mapped to Java types

/**

  • Minimal constructor for OrderLine
  • @param lineNumber (int)
  • @param description (String)
  • @param lineAmount (float)
    */

Activity

Hide
Jos Warmer added a comment -

Done

Show
Jos Warmer added a comment - Done

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: