Skip to content

Commit

Permalink
🐛 use the location from the inital call
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-hurley committed Jul 22, 2024
1 parent 4fdf5e5 commit 3d124f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (p *javaServiceClient) Evaluate(ctx context.Context, cap string, conditionI
case 2:
incidents, err = p.filterMethodSymbols(symbols)
case 3:
incidents, err = p.filterConstructorSymbols(ctx, symbols)
incidents, err = p.filterDefault(symbols)
case 4:
incidents, err = p.filterDefault(symbols)
case 7:
Expand Down

0 comments on commit 3d124f2

Please sign in to comment.