Skip to content

Commit

Permalink
Substantially fix testEnum03 but off-by-one error remains
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <stryker@redhat.com>
  • Loading branch information
Rob Stryker committed Dec 2, 2024
1 parent 137b4b6 commit 8d01163
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3681,6 +3681,8 @@ public void testEnum02() throws CoreException {
"src/e1/Team.java e1.Team.FREDERIC [FREDERIC]",
this.resultCollector);
}

// Off by one error with trailing space...
public void testEnum03() throws CoreException {
IType type = getCompilationUnit("JavaSearch15", "src", "e1", "Team.java").getType("Team");
IMethod method = type.getMethod("Team", new String[] { "I" });
Expand Down

0 comments on commit 8d01163

Please sign in to comment.