WebORB for Java

formatting of the complex types classes generated for ActionScript by code generator

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 4.0
  • Fix Version/s: 4.0
  • Component/s: None
  • Labels:
    None

Description

select weborb.examples.IdentityService in the service browser, in the generated code, select Identity.as

the code formatting is quite ugly. See attached

Activity

Hide
Mark Piller added a comment - 11/Aug/10 2:20 PM
Generated code will not compile. Here's an example of the generated code (notice missing spaces after "package", "function" and "var":

packageweborb.examples.vo
{
[Bindable]
[RemoteClass(alias="weborb.examples.Identity")]
public
classIdentity
{
public functionIdentity(){}


public varname:String;

public varage:Number;

public varsex:String;

public vareyeColor:String;

}

}
Show
Mark Piller added a comment - 11/Aug/10 2:20 PM Generated code will not compile. Here's an example of the generated code (notice missing spaces after "package", "function" and "var": packageweborb.examples.vo { [Bindable] [RemoteClass(alias="weborb.examples.Identity")] public classIdentity { public functionIdentity(){} public varname:String; public varage:Number; public varsex:String; public vareyeColor:String; } }
Hide
Alex Krivyakin added a comment - 17/Aug/10 2:26 AM
Already fixed by Mark
Show
Alex Krivyakin added a comment - 17/Aug/10 2:26 AM Already fixed by Mark

People

Vote (0)
Watch (0)

Dates

  • Created:
    28/Jul/10 5:40 AM
    Updated:
    17/Aug/10 2:26 AM
    Resolved:
    17/Aug/10 2:26 AM