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

   ### Apache NetBeans version
   
   Apache NetBeans 17
   
   ### What happened
   
   Refactoring an array field or array variable declared with non array field 
put the array tag [] after the field type, which is an error. This bug late 
from first version of netbeans, so boring after version 17...
   
   ### How to reproduce
   
   double anArray[],v,w;
   
   after refactoring  anArray as toArray:
   
   double[] toArray,v,w;
   
   while vow are not arrays.
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 12.6 or earlier
   
   ### Operating System
   
   osx, linux
   
   ### JDK
   
   17.0.4.1
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to