-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Implemented
-
Affects Version/s: Trunk
-
Fix Version/s: Upcoming Branch
-
Component/s: ALL COMPONENTS
-
Labels:None
-
Sprint:OFBiz Community Day (May 2020), OFBiz Community Day (Aug 2020)
In this ticket we have to cover majorly characters preceding/not preceding with space.
Such as:
'{' is not preceded with whitespace.
'
{' is not followed by whitespace. '}' is not followed by whitespace.
'}' is not preceded with whitespace.
'typecast' is not followed by whitespace.
'try' is not followed by whitespace.
';' is preceded with whitespace.
etc