Skip to content

Commit fe4f504

Browse files
committed
Merge branch 'hanson1' of https://github.com/BobHanson/java2script into
hanson1 Conflicts: sources/net.sf.j2s.core/dist/swingjs/net.sf.j2s.core.jar sources/net.sf.j2s.core/dist/swingjs/timestamp sources/net.sf.j2s.core/dist/swingjs/ver/3.3.1/net.sf.j2s.core.jar sources/net.sf.j2s.core/dist/swingjs/ver/3.3.1/timestamp sources/net.sf.j2s.core/src/net/sf/j2s/core/Java2ScriptVisitor.java
2 parents 2ebc44b + 8218af4 commit fe4f504

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
<<<<<<< HEAD
12
20230329174944
3+
=======
4+
20230329170441
5+
>>>>>>> branch 'hanson1' of https://github.com/BobHanson/java2script
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
<<<<<<< HEAD
12
20230329174944
3+
=======
4+
20230329170441
5+
>>>>>>> branch 'hanson1' of https://github.com/BobHanson/java2script

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,12 @@ private boolean addMethodInvocation(SimpleName javaQualifier, List<?> arguments,
15901590
&& ((ThisExpression) expression).getQualifier() != null)
15911591
|| class_localType == LAMBDA_EXPRESSION)
15921592
);
1593+
<<<<<<< HEAD
1594+
=======
1595+
1596+
bufferDebug("needbname " + needBname + " " + methodName + " " + isStatic);
1597+
1598+
>>>>>>> branch 'hanson1' of https://github.com/BobHanson/java2script
15931599
String bname = (needBname ? getThisRefOrSyntheticReference(javaQualifier, declaringClass, null) : null);
15941600
// add the qualifier
15951601
int pt = buffer.length();

0 commit comments

Comments
 (0)