home  

sp_super_paren

Properties

  Category: Spacing options
      Type: multiple (ignore add remove force)
   Default: remove

Description

Add or remove space between 'super' and '(' in 'super (something)'.

Default: remove
super();

Examples

raw JAVA code sp_super_paren=ignore sp_super_paren=add sp_super_paren=remove sp_super_paren=force space
sp_super_paren=force
super(arg); super (arg); super (arg); // no effect on that super.f(arg); super.f (arg); super.f (arg); super(arg); super (arg); super (arg); // no effect on that super.f(arg); super.f (arg); super.f (arg); super (arg); super (arg); super (arg); // no effect on that super.f(arg); super.f (arg); super.f (arg); super(arg); super(arg); super(arg); // no effect on that super.f(arg); super.f (arg); super.f (arg); super (arg); super (arg); super (arg); // no effect on that super.f(arg); super.f (arg); super.f (arg); super(arg); super(arg); super(arg); // no effect on that super.f(arg); super.f(arg); super.f(arg);
 

Info

  'super' is a JAVA keyword
  This options has no effect on super.f()
  Take care, default is 'remove'
  Edited by JEAYNE

TAGS: java

Not the best code for this option? See how to improve the .uds file used to generate these examples.