javavscode icon indicating copy to clipboard operation
javavscode copied to clipboard

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

Open naren2605 opened this issue 5 months ago • 2 comments

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 :

  • [x] logic to verify and show warnings on mutable methods invocation with test cases
    • [x] 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

naren2605 avatar Jun 26 '25 13:06 naren2605