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 2018/11/09 01:20:51 UTC

[GitHub] junichi11 opened a new pull request #1017: Don't add whitespaces to java guarded sections

junichi11 opened a new pull request #1017: Don't add whitespaces to java guarded sections
URL: https://github.com/apache/incubator-netbeans/pull/1017
 
 
   Currently, `//GEN-*` are replaced with ` `(whitespaces). So, trailing whitespaces are added to generated codes. We can remove them manually temporarily but they are added again if we edit files.
   
   IMHO, We should create a new array instead of adding them.
   
   ![nb-java-guarded-code-trailing-whitespaces](https://user-images.githubusercontent.com/738383/48236699-d20ffd00-e406-11e8-8851-f9ee57758e2a.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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