Skip to content

Commit

Permalink
feat(objectionary#627): fix all jtcop suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jul 7, 2024
1 parent 63d0ec4 commit 4e2a4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void appendsMethod() {
}

@Test
void correctlyConvertsToDirectives() throws ImpossibleModificationException {
void convertsToDirectives() throws ImpossibleModificationException {
final String name = "Foo";
final int access = 100;
final String signature = "java/lang/Object";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
final class DirectivesTryCatchTest {

@Test
void correctlyConvertsToXmir() throws ImpossibleModificationException {
void convertsToXmir() throws ImpossibleModificationException {
final Label start = new Label();
final Label end = new Label();
final Label handler = new Label();
Expand Down Expand Up @@ -88,7 +88,7 @@ void correctlyConvertsToXmir() throws ImpossibleModificationException {
*/
@ParameterizedTest
@MethodSource("cases")
void correctlyConvertsToXmirIfSomeLabelsAreAbsent(
void convertsToXmirIfSomeLabelsAreAbsent(
final Label start,
final Label end,
final Label handler,
Expand Down

0 comments on commit 4e2a4ed

Please sign in to comment.