On 08.10.18 16:37, [email protected] 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: [email protected] For additional commands, e-mail: [email protected]
