/hg/icedtea-web: Remove unnecessary line that can result in NPE

adomurad at icedtea.classpath.org adomurad at icedtea.classpath.org
Wed Apr 24 08:05:58 PDT 2013


changeset 5c5709590a9d in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=5c5709590a9d
author: Adam Domurad <adomurad at redhat.com>
date: Wed Apr 24 11:06:49 2013 -0400

	Remove unnecessary line that can result in NPE


diffstat:

 ChangeLog                                                |  5 +++++
 plugin/icedteanp/java/sun/applet/PluginAppletViewer.java |  2 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r b912e91204b1 -r 5c5709590a9d ChangeLog
--- a/ChangeLog	Tue Apr 23 13:59:20 2013 -0400
+++ b/ChangeLog	Wed Apr 24 11:06:49 2013 -0400
@@ -1,3 +1,8 @@
+2013-04-24  Adam Domurad  <adomurad at redhat.com>
+
+	* plugin/icedteanp/java/sun/applet/PluginAppletViewer.java:
+	Remove unnecessary line that can result in NPE
+
 2013-04-23  Adam Domurad  <adomurad at redhat.com>
 
 	* tests/netx/unit/net/sourceforge/jnlp/util/UrlUtilsTest.java:
diff -r b912e91204b1 -r 5c5709590a9d plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
--- a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java	Tue Apr 23 13:59:20 2013 -0400
+++ b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java	Wed Apr 24 11:06:49 2013 -0400
@@ -1495,8 +1495,6 @@
                 if (cl instanceof JNLPClassLoader.CodeBaseClassLoader)
                     cl = ((JNLPClassLoader.CodeBaseClassLoader) cl).getParentJNLPClassLoader();
 
-                ThreadGroup tg = ((JNLPClassLoader) cl).getApplication().getThreadGroup();
-
                 appletShutdown(p);
                 appletPanels.removeElement(p);
                 



More information about the distro-pkg-dev mailing list