|
Description
|
Run jstyle -s on the attached simple class (distilled from problem seen on usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/MacroView.java) and you'll see:
{ferrari} /opt/onbld/bin/jstyle -s Test.java
Test.java: 8: spaces instead of tabs
Test.java: 9: spaces instead of tabs
Test.java: 10: spaces instead of tabs
Given the usage of 4-character indents as standard style in Java code, the block comment that's being complained about is correct. With the fix of 6358257 to make "-s" the default, eliminating spurious noise from "-s" is important.
|