History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3933
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Jerry Lee
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Request to add 'asBoolean()' in 'Variable.java' to check configuration variable value as boolean

Created: 16/Feb/23 02:23 AM   Updated: 21/Mar/23 06:32 AM
Component/s: None
Affects Version/s: 13.0.8
Fix Version/s: 13.0.10

Original Estimate: 4 weeks Remaining Estimate: 4 weeks Time Spent: Unknown


 Description  « Hide
In 'VariableWrapper.java' file, the method 'asBoolean()' which actually calls 'getBooleanValue()' is implemented.
However, 'Variable.java' file has no 'asBoolean()', 'getBooleanValue()'.
For this reason, there is different behavior between 'build.getVar' and 'configuration.getVar' when check variable as boolean value.
Please consider to add 'asBoolean()', 'getBooleanValue()' even in 'Variable.java' like 'VariableWrapper.java'.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.