verify #1349 VariableNamingConventions : underscore in final but at first position ?
This commit is contained in:
@ -345,6 +345,16 @@ public class X {
|
|||||||
public void setHorsTout(long hors_tout) {
|
public void setHorsTout(long hors_tout) {
|
||||||
this.horsTout = hors_tout;
|
this.horsTout = hors_tout;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
]]></code>
|
||||||
|
</test-code>
|
||||||
|
<test-code>
|
||||||
|
<description>#1349 VariableNamingConventions : underscore in final but at first position ?</description>
|
||||||
|
<expected-problems>0</expected-problems>
|
||||||
|
<code><![CDATA[
|
||||||
|
public class X {
|
||||||
|
private final String _projection;
|
||||||
|
private final String _projectionID;
|
||||||
}
|
}
|
||||||
]]></code>
|
]]></code>
|
||||||
</test-code>
|
</test-code>
|
||||||
|
Reference in New Issue
Block a user