Normand Briere
2019-05-01 25cef97465f0bfa8959663754e9243006324c81c
CameraPane.java
....@@ -4208,6 +4208,7 @@
42084208
42094209 com.sun.opengl.util.texture.Texture CompressTexture2(String name)
42104210 {
4211
+ new Exception().printStackTrace();
42114212 System.exit(0);
42124213 com.sun.opengl.util.texture.Texture texture = null;
42134214
....@@ -13946,6 +13947,7 @@
1394613947
1394713948 public void run()
1394813949 {
13950
+ new Exception().printStackTrace();
1394913951 System.exit(0);
1395013952 for (;;)
1395113953 {
....@@ -15144,6 +15146,7 @@
1514415146
1514515147 void SelectParent()
1514615148 {
15149
+ new Exception().printStackTrace();
1514715150 System.exit(0);
1514815151 Composite group = (Composite) object;
1514915152 java.util.Vector selectees = new java.util.Vector(group.selection);
....@@ -15167,6 +15170,7 @@
1516715170
1516815171 void SelectChildren()
1516915172 {
15173
+ new Exception().printStackTrace();
1517015174 System.exit(0);
1517115175 /*
1517215176 Composite group = (Composite) object;
....@@ -16280,6 +16284,7 @@
1628016284 {
1628116285 if (!selection)
1628216286 {
16287
+ new Exception().printStackTrace();
1628316288 System.exit(0);
1628416289 return;
1628516290 }