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 2023/01/20 03:27:07 UTC

[GitHub] [netbeans] tbw777 opened a new pull request, #5328: Integrated try-with-resource with single style

tbw777 opened a new pull request, #5328:
URL: https://github.com/apache/netbeans/pull/5328

   Solved part of mem leaks. Reasons of leaks: unclosed streams and streams without closing if any exception occur


-- 
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] tbw777 closed pull request #5328: Integrated try-with-resource with single style

Posted by "tbw777 (via GitHub)" <gi...@apache.org>.
tbw777 closed pull request #5328: Integrated try-with-resource with single style
URL: https://github.com/apache/netbeans/pull/5328


-- 
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] matthiasblaesing commented on pull request #5328: Integrated try-with-resource with single style

Posted by "matthiasblaesing (via GitHub)" <gi...@apache.org>.
matthiasblaesing commented on PR #5328:
URL: https://github.com/apache/netbeans/pull/5328#issuecomment-1407036304

   > Also i found some places where transferTo can be used. Need to upgrade jvm bytecode version and this will helpfullty for for collections too
   
   As mentioned now in multiple PR comments: Discuss these ideas on the mailing list. I know some developers who will not react kindly to bumping bytecode level, just to get access to new methods, if there is not a _very_ good reason.
   
   _This_ is not the place to discuss ideas.


-- 
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] tbw777 commented on pull request #5328: Integrated try-with-resource with single style

Posted by GitBox <gi...@apache.org>.
tbw777 commented on PR #5328:
URL: https://github.com/apache/netbeans/pull/5328#issuecomment-1398173744

   I havent errors on ide/bugtracking tests local


-- 
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] tbw777 commented on pull request #5328: Integrated try-with-resource with single style

Posted by "tbw777 (via GitHub)" <gi...@apache.org>.
tbw777 commented on PR #5328:
URL: https://github.com/apache/netbeans/pull/5328#issuecomment-1407015929

   Also i found some places where transferTo can be used. Need to upgrade jvm bytecode version, also for collections too


-- 
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] tbw777 commented on pull request #5328: Integrated try-with-resource with single style

Posted by "tbw777 (via GitHub)" <gi...@apache.org>.
tbw777 commented on PR #5328:
URL: https://github.com/apache/netbeans/pull/5328#issuecomment-1407114676

   @matthiasblaesing 
   ok, i entierly agree. Ty for fast feedback


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