Skip to content

Commit

Permalink
increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed Feb 16, 2023
1 parent 46c60cf commit 27476a8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -19,6 +19,7 @@ public class StaticFieldVisible
protected internal static double Pi7 = 3.14; // Noncompliant

private static double Pi8 = 3.14;
private double Pi9 = 3.14;

[ThreadStatic]
public static int value; // Compliant, thread static field values are not shared between threads
Expand Down

0 comments on commit 27476a8

Please sign in to comment.