You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/11/16 12:24:20 UTC

[GitHub] [netbeans] anthonyvdotbe opened a new issue, #4972: [VSCode extension] Organize Imports fails due to IOOBE

anthonyvdotbe opened a new issue, #4972:
URL: https://github.com/apache/netbeans/issues/4972

   ### Apache NetBeans version
   
   Apache NetBeans 15
   
   ### What happened
   
   Doing `Organize Imports` does nothing. The extension's log shows (there's 3 duplicate lines per attempt; this isn't the output from 3 attempts):
   ```
   Index 23 out of bounds for length 23
   Index 23 out of bounds for length 23
   Index 23 out of bounds for length 23
   ```
   
   
   ### How to reproduce
   
   Open a Java file and do Organize Imports.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 11
   
   ### JDK
   
   openjdk full version "20-ea+22-1594"
   
   ### Apache NetBeans packaging
   
   Apache VSNetBeans for VSCode
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   Yes
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists