Skip to content

Commit 57de48b

Browse files
hansonrhansonr
authored andcommitted
moving unnecessary xerces; fixing errant debug return; in j2sApplet
1 parent 0aa49b4 commit 57de48b

File tree

708 files changed

+9456
-1767
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

708 files changed

+9456
-1767
lines changed
-421 KB
Binary file not shown.

sources/net.sf.j2s.core/dist/swingjs/_j2sclasslist.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ javax/swing/undo/UndoableEdit.js
305305
javax/swing/ViewportLayout.js
306306
javax/swing/WindowConstants.js
307307
sun/awt/AppContext.js
308-
sun/awt/AWTAccessor.js
309308
sun/awt/AWTAutoShutdown.js
310309
sun/awt/CausedFocusEvent.js
311310
sun/awt/ComponentFactory.js
@@ -339,10 +338,8 @@ swingjs/api/Interface.js
339338
swingjs/api/js/DOMNode.js
340339
swingjs/api/js/HTML5CanvasContext2D.js
341340
swingjs/api/js/JSInterface.js
342-
swingjs/api/JSMinimalAbstractDocument.js
343341
swingjs/jquery/JQueryUI.js
344342
swingjs/JSApp.js
345-
swingjs/JSApplet.js
346343
swingjs/JSAppletThread.js
347344
swingjs/JSAppletViewer.js
348345
swingjs/JSFocusPeer.js
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190822222839
1+
20190828094643
-421 KB
Binary file not shown.

sources/net.sf.j2s.core/dist/swingjs/ver/3.2.4/_j2sclasslist.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ javax/swing/undo/UndoableEdit.js
305305
javax/swing/ViewportLayout.js
306306
javax/swing/WindowConstants.js
307307
sun/awt/AppContext.js
308-
sun/awt/AWTAccessor.js
309308
sun/awt/AWTAutoShutdown.js
310309
sun/awt/CausedFocusEvent.js
311310
sun/awt/ComponentFactory.js
@@ -339,10 +338,8 @@ swingjs/api/Interface.js
339338
swingjs/api/js/DOMNode.js
340339
swingjs/api/js/HTML5CanvasContext2D.js
341340
swingjs/api/js/JSInterface.js
342-
swingjs/api/JSMinimalAbstractDocument.js
343341
swingjs/jquery/JQueryUI.js
344342
swingjs/JSApp.js
345-
swingjs/JSApplet.js
346343
swingjs/JSAppletThread.js
347344
swingjs/JSAppletViewer.js
348345
swingjs/JSFocusPeer.js
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190822222839
1+
20190828094643

sources/net.sf.j2s.java.core/.j2s

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
j2s.compiler.status=enable
2-
3-
#output file name for logging methods declared - delete the file to regenerate a listing
4-
#j2s.log.methods.declared=methodsDeclared.csv
5-
6-
#output file name for logging methods called - delete the file to regenerate a listing
7-
#j2s.log.methods.called=methodsCalled.csv
8-
9-
#if set, every instance of methods called will be logged
10-
#otherwise, only the first call to a method will be logged
11-
#output will be comma-separated: called method,caller class
12-
#j2s.log.all.calls=true
13-
14-
#a semicolon-separated list of package-level file paths to be excluded
15-
#j2s.excluded.paths=test;testng
16-
1+
j2s.compiler.status=enable
2+
3+
#j2s.compiler.nonqualified.packages=org.w3c.dom
4+
5+
#output file name for logging methods declared - delete the file to regenerate a listing
6+
#j2s.log.methods.declared=methodsDeclared.csv
7+
8+
#output file name for logging methods called - delete the file to regenerate a listing
9+
#j2s.log.methods.called=methodsCalled.csv
10+
11+
#if set, every instance of methods called will be logged
12+
#otherwise, only the first call to a method will be logged
13+
#output will be comma-separated: called method,caller class
14+
#j2s.log.all.calls=true
15+
16+
#a semicolon-separated list of package-level file paths to be excluded
17+
#j2s.excluded.paths=test;testng
18+

sources/net.sf.j2s.java.core/_j2sclasslist.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ javax/swing/undo/UndoableEdit.js
305305
javax/swing/ViewportLayout.js
306306
javax/swing/WindowConstants.js
307307
sun/awt/AppContext.js
308-
sun/awt/AWTAccessor.js
309308
sun/awt/AWTAutoShutdown.js
310309
sun/awt/CausedFocusEvent.js
311310
sun/awt/ComponentFactory.js
@@ -339,10 +338,8 @@ swingjs/api/Interface.js
339338
swingjs/api/js/DOMNode.js
340339
swingjs/api/js/HTML5CanvasContext2D.js
341340
swingjs/api/js/JSInterface.js
342-
swingjs/api/JSMinimalAbstractDocument.js
343341
swingjs/jquery/JQueryUI.js
344342
swingjs/JSApp.js
345-
swingjs/JSApplet.js
346343
swingjs/JSAppletThread.js
347344
swingjs/JSAppletViewer.js
348345
swingjs/JSFocusPeer.js
-421 KB
Binary file not shown.

sources/net.sf.j2s.java.core/dist/_j2sclasslist.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ javax/swing/undo/UndoableEdit.js
305305
javax/swing/ViewportLayout.js
306306
javax/swing/WindowConstants.js
307307
sun/awt/AppContext.js
308-
sun/awt/AWTAccessor.js
309308
sun/awt/AWTAutoShutdown.js
310309
sun/awt/CausedFocusEvent.js
311310
sun/awt/ComponentFactory.js
@@ -339,10 +338,8 @@ swingjs/api/Interface.js
339338
swingjs/api/js/DOMNode.js
340339
swingjs/api/js/HTML5CanvasContext2D.js
341340
swingjs/api/js/JSInterface.js
342-
swingjs/api/JSMinimalAbstractDocument.js
343341
swingjs/jquery/JQueryUI.js
344342
swingjs/JSApp.js
345-
swingjs/JSApplet.js
346343
swingjs/JSAppletThread.js
347344
swingjs/JSAppletViewer.js
348345
swingjs/JSFocusPeer.js

0 commit comments

Comments
 (0)