You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Thomas Vandahl <tv...@apache.org> on 2018/10/09 16:13:41 UTC

Re: svn commit: r1843153 - /turbine/core/trunk/src/java/org/apache/turbine/Turbine.java

On 08.10.18 16:37, painter@apache.org wrote:
> -    private static boolean firstInit = true;
> +    private boolean firstInit = true;

See https://rules.sonarsource.com/java/RSPEC-2226 on why these fields
are static.

Bye, Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: svn commit: r1843153 - /turbine/core/trunk/src/java/org/apache/turbine/Turbine.java

Posted by Jeffery Painter <je...@jivecast.com>.
Thanks Thomas,

Findbugs wasn't happy, but I will change it back :-)

On 10/09/2018 12:13 PM, Thomas Vandahl wrote:
> On 08.10.18 16:37, painter@apache.org wrote:
>> -    private static boolean firstInit = true;
>> +    private boolean firstInit = true;
> See https://rules.sonarsource.com/java/RSPEC-2226 on why these fields
> are static.
>
> Bye, Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>

-- 
Jeff Painter