You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/12 23:52:00 UTC

[jira] [Updated] (NETBEANS-3095) SplashPainter may produce null pointer exception

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

ASF GitHub Bot updated NETBEANS-3095:
-------------------------------------
    Labels: pull-request-available  (was: )

> SplashPainter may produce null pointer exception
> ------------------------------------------------
>
>                 Key: NETBEANS-3095
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3095
>             Project: NetBeans
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 11.1
>         Environment: Windows, macOS, Linux
>            Reporter: Christian Oyarzun
>            Assignee: Christian Oyarzun
>            Priority: Minor
>              Labels: pull-request-available
>
> Randomly getting null pointer exception when starting a RCP application.
> java.lang.NullPointerExceptionjava.lang.NullPointerException at org.netbeans.core.startup.Splash$SplashPainter$1.run(Splash.java:521) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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