Skip to content

Commit 271fe0c

Browse files
hansonrhansonr
authored andcommitted
// BH 8/20/2018 3.2.2.04 adds character.isJavaIdentifierPart$C and
several Character...$I equivalents adds minimal File filesystem calls such as .setReadable() that do nothing, actually.
1 parent de539d2 commit 271fe0c

23 files changed

+1021
-989
lines changed
-2.72 MB
Binary file not shown.
-688 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20180818152911
1+
20180820100423
-2.73 MB
Binary file not shown.
-688 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20180818152911
1+
20180820100423

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

Lines changed: 477 additions & 600 deletions
Large diffs are not rendered by default.
1.14 KB
Binary file not shown.

sources/net.sf.j2s.java.core/src/java/awt/font/TextHitInfo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
*/
4040

4141
package java.awt.font;
42-
import java.lang.String;
4342

4443
/**
4544
* The <code>TextHitInfo</code> class represents a character position in a

sources/net.sf.j2s.java.core/src/java/awt/font/TransformAttribute.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public boolean isIdentity() {
100100
public static final TransformAttribute IDENTITY = new TransformAttribute(null);
101101

102102
private void writeObject(java.io.ObjectOutputStream s)
103-
throws java.lang.ClassNotFoundException,
103+
throws ClassNotFoundException,
104104
java.io.IOException
105105
{
106106
// sigh -- 1.3 expects transform is never null, so we need to always write one out

0 commit comments

Comments
 (0)