Skip to content

fix: correct method location typo#630

Open
titanniya542-spec wants to merge 1 commit into
microsoft:mainfrom
titanniya542-spec:fix/method-location-typo
Open

fix: correct method location typo#630
titanniya542-spec wants to merge 1 commit into
microsoft:mainfrom
titanniya542-spec:fix/method-location-typo

Conversation

@titanniya542-spec

Copy link
Copy Markdown

Summary

  • Rename the private helper findMethodLocaiton to findMethodLocation.
  • Update the two call sites in Breakpoint to use the corrected spelling.

Fixes #512.

Testing

  • rg -n "findMethodLocaiton|findMethodLocation" com.microsoft.java.debug.core\src\main\java\com\microsoft\java\debug\core\Breakpoint.java
  • git diff --check

mvn was not available in my local environment, so I could not run the Maven build.

AI disclosure

This pull request was prepared with assistance from OpenAI Codex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo findMethodLocation instead of findMethodLocaiton

1 participant