sp_this_paren
Category: Spacing options Type: multiple (ignore add remove force) Default: remove
Add or remove space between 'this' and '(' in 'this (something)'. Default: remove
this()
raw JAVA code | sp_this_paren=ignore | sp_this_paren=add | sp_this_paren=remove | sp_this_paren=force | space sp_this_paren=force |
---|---|---|---|---|---|
this(); this (); this (); | this(); this (); this (); | this (); this (); this (); | this(); this(); this(); | this (); this (); this (); | this(); this(); this(); |
Take care default is 'remove' this() is used in JAVA and C# to call a constructor BUG? this option also works for C++ Edited by JEAYNE
TAGS: c# java
Not the best code for this option? See how to improve the .uds file used to generate these examples.