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 2021/02/13 15:02:49 UTC

[GitHub] [netbeans] DevCharly opened a new pull request #2760: [NETBEANS-5362] Update FlatLaf from 1.0-rc2 to 1.0 to fix NPE in Jvi plugin when showing popup

DevCharly opened a new pull request #2760:
URL: https://github.com/apache/netbeans/pull/2760


   This FlatLaf update fixes a regression in FlatLaf 1.0-rc2 (and older)
   that breaks the Jvi plugin as soon as a popup should be shown. 
   E.g. pressing `:w` in editor.
   https://issues.apache.org/jira/browse/NETBEANS-5362
   
   FlatLaf 0.31, which was used in NB 12.2 (and before), did not have this issue.
   So only NB 12.3 betas are affected.
   
   The NPE occurs when invoking `PopupFactory.getSharedInstance().getPopup( owner, contents, x, y )`
   with `null` as `owner`, which is actually unusual.
   `PopupFactory` is e.g. used to show popups for code completion.
   
   There are about 30 source files in NB repo that use `PopupFactory`:
   https://github.com/apache/netbeans/search?q=popupfactory
   
   So it is possible that also some popups in NB core are affected by this Flatlaf bug.
   
   Hope we can get this fix into 12.3 beta 3.


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

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] neilcsmith-net commented on pull request #2760: [NETBEANS-5362] Update FlatLaf from 1.0-rc2 to 1.0 to fix NPE in Jvi plugin when showing popup

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on pull request #2760:
URL: https://github.com/apache/netbeans/pull/2760#issuecomment-779373680


   Thanks. Let's get this in.


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

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] neilcsmith-net merged pull request #2760: [NETBEANS-5362] Update FlatLaf from 1.0-rc2 to 1.0 to fix NPE in Jvi plugin when showing popup

Posted by GitBox <gi...@apache.org>.
neilcsmith-net merged pull request #2760:
URL: https://github.com/apache/netbeans/pull/2760


   


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

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