Skip to content

Commit 2e3a205

Browse files
committed
transpiler 3.2.9-j11 and 3.2.9 fixes for unbound annotations (sort of)
unbound annotations should not be seen. This is a message to System.out, primarily.
1 parent 9af9b1f commit 2e3a205

File tree

17 files changed

+453
-19
lines changed

17 files changed

+453
-19
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

sources/net.sf.j2s.core/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
43
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
54
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src"/>
66
<classpathentry kind="output" path="bin"/>
77
</classpath>

sources/net.sf.j2s.core/.settings/org.eclipse.jdt.core.prefs

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,8 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
88
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
99
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
1010
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
11-
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
12-
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
13-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
14-
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
15-
org.eclipse.jdt.core.compiler.compliance=1.8
16-
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
17-
org.eclipse.jdt.core.compiler.debug.localVariable=generate
18-
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
1911
org.eclipse.jdt.core.compiler.problem.APILeak=warning
2012
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
21-
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
2213
org.eclipse.jdt.core.compiler.problem.autoboxing=warning
2314
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
2415
org.eclipse.jdt.core.compiler.problem.deadCode=warning
@@ -27,7 +18,7 @@ org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
2718
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
2819
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
2920
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
30-
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
21+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
3122
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
3223
org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
3324
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
@@ -72,6 +63,7 @@ org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=igno
7263
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
7364
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
7465
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
66+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
7567
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
7668
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
7769
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
@@ -108,5 +100,3 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
108100
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning
109101
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
110102
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
111-
org.eclipse.jdt.core.compiler.release=disabled
112-
org.eclipse.jdt.core.compiler.source=1.8
97.1 KB
Binary file not shown.
127 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200316165144
1+
20200318111439
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This is sources/net.sf.j2s.java.core/dist/DEV_NOTES.txt
2+
3+
_j2sclasslist.txt
4+
5+
the list of .js files concatenated into coreswingjs.js and minified to coreswingjs.z.js
6+
7+
8+
SwingJS-site.zip
9+
10+
the full site directory for SwingJS including all files not in the test/ directory.
Binary file not shown.

0 commit comments

Comments
 (0)