Skip to content

Commit

Permalink
Fix spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Dec 4, 2024
1 parent 7aedf9f commit 81b23a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
</And>
<And>
<Bug pattern="DE_MIGHT_IGNORE"/>
<Method name="terminateDebugServer"/>
<Method name="terminateDebuggee"/>
</And>
<And>
<Bug pattern="BC_UNCONFIRMED_CAST"/>
<Or>
<Method name="attach"/>
<Method name="launch"/>
<Method name="launchDebuggeeProgram"/>
</Or>
</And>
</Or>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public class JDIEventProcessor {
this.breakpointProcessor = new BreakpointProcessor(context, this);
this.isRemoteVmAttached = true;
this.interruptFlag = false;
this.listeningTask = null;
}

BreakpointProcessor getBreakpointProcessor() {
Expand Down

0 comments on commit 81b23a6

Please sign in to comment.