Community
Participate
Working Groups
Build Identifier: There is no check if the method default value is not of the method type: 1. Create Tigerstripe project with Entity artifact 2. Add method for the entity 3. Uncheck 'isVoid' checkbox and set 'Type' as 'Int' and set default value as 'test' 4. Save changes - no warning message is displayed Reproducible: Always
This should re-use the validation that we added in https://bugs.eclipse.org/bugs/show_bug.cgi?id=232727
Validation for method's default return value added.
Also added validation for an argument's default value.
Verified