Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta2
-
Fix Version/s: 2.0.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ACE Generator
Description
If a property in the component meta class had a type of Object, and the developer tried to create a defaultValue, the generated code in the getter would look like:
Object returnVal = a default value;
Where 'a default value' is a string in the meta file. This wont compile. The existing code looks for Strings and if the property is a string, wraps the default value in quotes. This needs to be extended to include Object case .
Object returnVal = a default value;
Where 'a default value' is a string in the meta file. This wont compile. The existing code looks for Strings and if the property is a string, wraps the default value in quotes. This needs to be extended to include Object case .
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion