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/09/11 15:38:19 UTC

[GitHub] [netbeans] lkishalmi opened a new pull request, #4623: FIX-3732: Prevent possible IAE in DocumentViewOp.

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

   
   Kind of trivial fix for a rare ```IllegalArgumentException```. There is a small chance that it would result an ```NPE``` later in the code, though as far as I've checked the call stack in #3732 the return value of ```createTextLayout(String text, Font font)``` stored, and when later retrieved it is checked for null. 


-- 
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] lkishalmi merged pull request #4623: FIX-3732: Prevent possible IAE in DocumentViewOp.

Posted by GitBox <gi...@apache.org>.
lkishalmi merged PR #4623:
URL: https://github.com/apache/netbeans/pull/4623


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