Skip to content

Commit

Permalink
SONAR-21233 test
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-vinot-sonarsource committed Jan 31, 2024
1 parent 84db22f commit 45cc2f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/test/EmailCaseSensitive.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ public String somethingElse() {
return email;
}

public String something() {
String email = "email";
if (email.contains("something")) {
email += "more";
}
return email;
}

public String getEmail() {
if (true) {
return email;
Expand Down

0 comments on commit 45cc2f9

Please sign in to comment.