Skip to content

fix: correct method location typo#630

Merged
chagong merged 1 commit into
microsoft:mainfrom
titanniya542-spec:fix/method-location-typo
Jun 11, 2026
Merged

fix: correct method location typo#630
chagong merged 1 commit into
microsoft:mainfrom
titanniya542-spec:fix/method-location-typo

Conversation

@titanniya542-spec

Copy link
Copy Markdown
Contributor

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.

@chagong chagong left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks for the contribution.

@chagong chagong merged commit d6a66c8 into microsoft:main Jun 11, 2026
4 checks passed
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

2 participants