Skip to content

#361 | adding warning messages on mutable method invocations on immutable collection #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

naren2605
Copy link
Member

@naren2605 naren2605 commented Jun 26, 2025

fix realted to issue#361
context:
ide's like intellij show warnings on using immutable methods, incorporating warnings in our extension aswell.
created draft pr for initial review :

  • logic to verify and show warnings on mutable methods invocation with test cases
    • attached intellij warnings and new change warnings in vscode extension screenshots
  • other methods/collections to be added for the mutable method checks
  • final content for warning messages

image
image

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 26, 2025
@naren2605 naren2605 marked this pull request as draft June 26, 2025 15:43
@naren2605 naren2605 changed the title [Draft] #361 | adding warning messages on mutable method invocations on immutable collection #361 | adding warning messages on mutable method invocations on immutable collection Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant