You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "vraoulinfr (via GitHub)" <gi...@apache.org> on 2023/04/25 08:39:51 UTC

[GitHub] [netbeans] vraoulinfr opened a new issue, #5883: java refactoring with array declaration

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: 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


[GitHub] [netbeans] Nesrinasan commented on issue #5883: java refactoring with array declaration

Posted by "Nesrinasan (via GitHub)" <gi...@apache.org>.
Nesrinasan commented on issue #5883:
URL: https://github.com/apache/netbeans/issues/5883#issuecomment-1601609778

   hi,
   I want to examine this issue. Could you assign me ? @neilcsmith-net 


-- 
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

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


[GitHub] [netbeans] makiam commented on issue #5883: java refactoring with array declaration

Posted by "makiam (via GitHub)" <gi...@apache.org>.
makiam commented on issue #5883:
URL: https://github.com/apache/netbeans/issues/5883#issuecomment-1522288927

   Looks like the same as #4765 


-- 
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

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