Skip to content

Commit

Permalink
Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Nov 14, 2021
1 parent d062cf9 commit 3845422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ void identification() {
" Object o2 = UTF_8;",
"",
" // BUG: Diagnostic contains:",
" WebEnvironment randomPort1 = WebEnvironment.RANDOM_PORT;",
" WebEnvironment randomPort2 = RANDOM_PORT;",
" Object e1 = WebEnvironment.RANDOM_PORT;",
" Object e2 = RANDOM_PORT;",
"",
" Optional.empty();",
" }",
Expand Down Expand Up @@ -124,7 +124,7 @@ void replacement() {
" @DateTimeFormat(iso = ISO.TIME) String time) {}",
"",
" @SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)",
" final class Foo {}",
" final class Test {}",
"}")
.addOutputLines(
"out/A.java",
Expand Down Expand Up @@ -171,7 +171,7 @@ void replacement() {
" @DateTimeFormat(iso = TIME) String time) {}",
"",
" @SpringBootTest(webEnvironment = RANDOM_PORT)",
" final class Foo {}",
" final class Test {}",
"}")
.doTest(BugCheckerRefactoringTestHelper.TestMode.TEXT_MATCH);
}
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,6 @@
<licenseMerge>
<!-- -->
BSD-3-Clause
| BSD License 3
| 3-Clause BSD License
| BSD 3-clause
| Eclipse Distribution License (New BSD License)
Expand Down

0 comments on commit 3845422

Please sign in to comment.