
Key: |
QB-3933
|
Type: |
Improvement
|
Status: |
Resolved
|
Resolution: |
Fixed
|
Priority: |
Minor
|
Assignee: |
Unassigned
|
Reporter: |
Jerry Lee
|
Votes: |
0
|
Watchers: |
1
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
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
|
|
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'.
|
Description
|
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'. |
Show » |
There are no comments yet on this issue.
|
|