You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (Jira)" <ji...@apache.org> on 2020/01/19 18:25:00 UTC

[jira] [Resolved] (NETBEANS-3688) NPE when Debugging using FlatLaf

     [ https://issues.apache.org/jira/browse/NETBEANS-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Kishalmi resolved NETBEANS-3688.
---------------------------------------
    Fix Version/s: 11.3
       Resolution: Fixed

> NPE when Debugging using FlatLaf
> --------------------------------
>
>                 Key: NETBEANS-3688
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3688
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Laszlo Kishalmi
>            Assignee: Karl Tauber
>            Priority: Major
>             Fix For: 11.3
>
>
> During my recent tests it seems, setting up the debugger view using FlatLaf results a NPE.
> It happens as [DebuggerViewComponent.getTreeBackground()|https://github.com/apache/netbeans/blob/c5cffaca24a64550209f7acfb636311fc0b51b2b/ide/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/DebuggingViewComponent.java#L339] gives back null on FlatLaf.
> It is easily fixable by adding: *Tree.textBackground=@background* to the FlatLaf.properties, however the usage of the getTreeBackground() method is a bit suspicious to me, so I'd like if a LaF expert could look at that.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists