Skip to content

Commit 77eabd3

Browse files
authored
add support for Scala 2.13.17 nightlies (#378)
1 parent 5be495d commit 77eabd3

File tree

1 file changed

+261
-0
lines changed

1 file changed

+261
-0
lines changed
Lines changed: 261 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,261 @@
1+
--- target/expected_output/basic/akka/actor/Identify$.java
2+
+++ target/expected_output/basic/akka/actor/Identify$.java
3+
@@ -1,5 +1,5 @@
4+
package akka.actor;
5+
-public class Identify$ extends scala.runtime.AbstractFunction1<java.lang.Object, akka.actor.Identify> implements scala.Serializable {
6+
+public class Identify$ extends scala.runtime.AbstractFunction1<java.lang.Object, akka.actor.Identify> implements java.io.Serializable {
7+
/**
8+
* Static reference to the singleton instance of this Scala object.
9+
*/
10+
--- target/expected_output/basic/akka/actor/Identify.java
11+
+++ target/expected_output/basic/akka/actor/Identify.java
12+
@@ -1,5 +1,5 @@
13+
package akka.actor;
14+
-public final class Identify implements scala.Product, scala.Serializable {
15+
+public final class Identify implements scala.Product, java.io.Serializable {
16+
static public akka.actor.Identify apply (Object messageId) { throw new RuntimeException(); }
17+
static public scala.Option<java.lang.Object> unapply (akka.actor.Identify x$0) { throw new RuntimeException(); }
18+
public Object messageId () { throw new RuntimeException(); }
19+
@@ -13,6 +13,7 @@
20+
public Object productElement (int x$1) { throw new RuntimeException(); }
21+
public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); }
22+
public boolean canEqual (Object x$1) { throw new RuntimeException(); }
23+
+ public java.lang.String productElementName (int x$1) { throw new RuntimeException(); }
24+
public int hashCode () { throw new RuntimeException(); }
25+
public java.lang.String toString () { throw new RuntimeException(); }
26+
public boolean equals (Object x$1) { throw new RuntimeException(); }
27+
--- target/expected_output/basic/akka/actor/dsl/Inbox.java
28+
+++ target/expected_output/basic/akka/actor/dsl/Inbox.java
29+
@@ -2,5 +2,6 @@
30+
public interface Inbox {
31+
public interface InboxExtension {
32+
public int DSLInboxQueueSize () ;
33+
+ public void akka$actor$dsl$Inbox$InboxExtension$_setter_$DSLInboxQueueSize_$eq (int x$1) ;
34+
}
35+
}
36+
--- target/expected_output/basic/akka/actor/typed/DispatcherSelector$.java
37+
+++ target/expected_output/basic/akka/actor/typed/DispatcherSelector$.java
38+
@@ -1,5 +1,5 @@
39+
package akka.actor.typed;
40+
-public class DispatcherSelector$ implements scala.Serializable {
41+
+public class DispatcherSelector$ implements java.io.Serializable {
42+
/**
43+
* Static reference to the singleton instance of this Scala object.
44+
*/
45+
--- target/expected_output/basic/akka/actor/typed/Props.java
46+
+++ target/expected_output/basic/akka/actor/typed/Props.java
47+
@@ -1,5 +1,5 @@
48+
package akka.actor.typed;
49+
-public abstract class Props implements scala.Product, scala.Serializable {
50+
+public abstract class Props implements scala.Product, java.io.Serializable {
51+
public Props () { throw new RuntimeException(); }
52+
public abstract akka.actor.typed.Props next () ;
53+
}
54+
--- target/expected_output/basic/akka/persistence/testkit/EventStorage.java
55+
+++ target/expected_output/basic/akka/persistence/testkit/EventStorage.java
56+
@@ -5,7 +5,9 @@
57+
* Static reference to the singleton instance of this Scala object.
58+
*/
59+
public static final JournalPolicies$ MODULE$ = null;
60+
+ public akka.persistence.testkit.ProcessingPolicy.DefaultPolicies<akka.persistence.testkit.JournalOperation>.PassAll$ PassAll () { throw new RuntimeException(); }
61+
public JournalPolicies$ () { throw new RuntimeException(); }
62+
}
63+
- public akka.persistence.testkit.ProcessingPolicy.DefaultPolicies<akka.persistence.testkit.JournalOperation>.PassAll$ DefaultPolicy () ;
64+
+ public void akka$persistence$testkit$EventStorage$_setter_$DefaultPolicy_$eq (akka.persistence.testkit.ProcessingPolicy.DefaultPolicies<akka.persistence.testkit.JournalOperation>.PassAll x$1) ;
65+
+ public akka.persistence.testkit.ProcessingPolicy.DefaultPolicies<akka.persistence.testkit.JournalOperation>.PassAll DefaultPolicy () ;
66+
}
67+
--- target/expected_output/basic/akka/persistence/testkit/ProcessingPolicy.java
68+
+++ target/expected_output/basic/akka/persistence/testkit/ProcessingPolicy.java
69+
@@ -10,8 +10,10 @@
70+
static public int hashCode () { throw new RuntimeException(); }
71+
static public java.lang.String toString () { throw new RuntimeException(); }
72+
static public abstract boolean equals (Object that) ;
73+
+ static public java.lang.String productElementName (int n) { throw new RuntimeException(); }
74+
+ static public scala.collection.Iterator<java.lang.String> productElementNames () { throw new RuntimeException(); }
75+
}
76+
- public class PassAll$ implements akka.persistence.testkit.ProcessingPolicy<U>, scala.Product, scala.Serializable {
77+
+ public class PassAll$ implements akka.persistence.testkit.ProcessingPolicy<U>, scala.Product, java.io.Serializable {
78+
/**
79+
* Static reference to the singleton instance of this Scala object.
80+
*/
81+
--- target/expected_output/basic/akka/rk/buh/is/it/A.java
82+
+++ target/expected_output/basic/akka/rk/buh/is/it/A.java
83+
@@ -35,7 +35,7 @@
84+
/**
85+
* object A.D
86+
*/
87+
- public class D$ implements scala.Serializable {
88+
+ public class D$ implements java.io.Serializable {
89+
/**
90+
* And a nested object.
91+
*/
92+
@@ -48,13 +48,13 @@
93+
public class NonStatic {
94+
public NonStatic () { throw new RuntimeException(); }
95+
}
96+
+ public akka.rk.buh.is.it.A.D$.E$ E () { throw new RuntimeException(); }
97+
public D$ () { throw new RuntimeException(); }
98+
/**
99+
* def A.D.math
100+
* @return (undocumented)
101+
*/
102+
public long math () { throw new RuntimeException(); }
103+
- public akka.rk.buh.is.it.A.D$.E$ E () { throw new RuntimeException(); }
104+
}
105+
/**
106+
* class A.B
107+
@@ -76,7 +76,7 @@
108+
* def b(args: java.lang.String*): Unit
109+
* @param args (undocumented)
110+
*/
111+
- public void b (scala.collection.Seq<java.lang.String> args) { throw new RuntimeException(); }
112+
+ public void b (scala.collection.immutable.Seq<java.lang.String> args) { throw new RuntimeException(); }
113+
public java.lang.String d (java.lang.String a, akka.rk.buh.is.it.X b) { throw new RuntimeException(); }
114+
}
115+
public class C implements akka.rk.buh.is.it.X {
116+
@@ -103,8 +103,8 @@
117+
* class A.C
118+
*/
119+
static public class C1 {
120+
- public C1 () { throw new RuntimeException(); }
121+
public akka.rk.buh.is.it.A.C1$C1$ C1 () { throw new RuntimeException(); }
122+
+ public C1 () { throw new RuntimeException(); }
123+
}
124+
/**
125+
* object C1
126+
@@ -142,6 +142,11 @@
127+
static public java.lang.String stattic () { throw new RuntimeException(); }
128+
static public java.lang.Object x () { throw new RuntimeException(); }
129+
/**
130+
+ * Accessor for nested Scala object
131+
+ * @return (undocumented)
132+
+ */
133+
+ public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); }
134+
+ /**
135+
* varargs
136+
* @param s (undocumented)
137+
* @return (undocumented)
138+
@@ -207,16 +212,11 @@
139+
* @param s (undocumented)
140+
* @return (undocumented)
141+
*/
142+
- public int hello (scala.collection.Seq<java.lang.String> s) { throw new RuntimeException(); }
143+
+ public int hello (scala.collection.immutable.Seq<java.lang.String> s) { throw new RuntimeException(); }
144+
/**
145+
* throws
146+
* @return (undocumented)
147+
*/
148+
public int testthrows () throws java.lang.IllegalArgumentException, java.lang.NullPointerException { throw new RuntimeException(); }
149+
public scala.runtime.Null$ getNull () { throw new RuntimeException(); }
150+
- /**
151+
- * Accessor for nested Scala object
152+
- * @return (undocumented)
153+
- */
154+
- public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); }
155+
}
156+
--- target/expected_output/basic/akka/rk/buh/is/it/Blarb.java
157+
+++ target/expected_output/basic/akka/rk/buh/is/it/Blarb.java
158+
@@ -4,8 +3,7 @@
159+
* I am an object. I have no class.
160+
*/
161+
public class Blarb {
162+
- // no position
163+
- static public class A$ implements akka.rk.buh.is.it.Blarb.Fuz, scala.Product, scala.Serializable {
164+
+ static public class A$ implements akka.rk.buh.is.it.Blarb.Fuz, scala.Product, java.io.Serializable {
165+
/**
166+
* Static reference to the singleton instance of this Scala object.
167+
*/
168+
@@ -18,9 +16,8 @@
169+
public boolean canEqual (Object x$1) { throw new RuntimeException(); }
170+
public int hashCode () { throw new RuntimeException(); }
171+
public java.lang.String toString () { throw new RuntimeException(); }
172+
- private java.lang.Object readResolve () { throw new RuntimeException(); }
173+
}
174+
- static public class B implements akka.rk.buh.is.it.Blarb.Fuz, scala.Product, scala.Serializable {
175+
+ static public class B implements akka.rk.buh.is.it.Blarb.Fuz, scala.Product, java.io.Serializable {
176+
public java.lang.String x () { throw new RuntimeException(); }
177+
// not preceding
178+
public B (java.lang.String x) { throw new RuntimeException(); }
179+
@@ -32,12 +29,12 @@
180+
public Object productElement (int x$1) { throw new RuntimeException(); }
181+
public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); }
182+
public boolean canEqual (Object x$1) { throw new RuntimeException(); }
183+
+ public java.lang.String productElementName (int x$1) { throw new RuntimeException(); }
184+
public int hashCode () { throw new RuntimeException(); }
185+
public java.lang.String toString () { throw new RuntimeException(); }
186+
public boolean equals (Object x$1) { throw new RuntimeException(); }
187+
}
188+
- // no position
189+
- static public class B$ extends scala.runtime.AbstractFunction1<java.lang.String, akka.rk.buh.is.it.Blarb.B> implements scala.Serializable {
190+
+ static public class B$ extends scala.runtime.AbstractFunction1<java.lang.String, akka.rk.buh.is.it.Blarb.B> implements java.io.Serializable {
191+
/**
192+
* Static reference to the singleton instance of this Scala object.
193+
*/
194+
--- target/expected_output/basic/akka/rk/buh/is/it/CompressionProtocol.java
195+
+++ target/expected_output/basic/akka/rk/buh/is/it/CompressionProtocol.java
196+
@@ -5,7 +5,7 @@
197+
* Static reference to the singleton instance of this Scala object.
198+
*/
199+
public static final Events$ MODULE$ = null;
200+
- public final class HeavyHitterDetected implements akka.rk.buh.is.it.CompressionProtocol.Events.Event, scala.Product, scala.Serializable {
201+
+ public final class HeavyHitterDetected implements akka.rk.buh.is.it.CompressionProtocol.Events.Event, scala.Product, java.io.Serializable {
202+
static public akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected apply (Object key, int id, long count) { throw new RuntimeException(); }
203+
static public scala.Option<scala.Tuple3<java.lang.Object, java.lang.Object, java.lang.Object>> unapply (akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected x$0) { throw new RuntimeException(); }
204+
public Object key () { throw new RuntimeException(); }
205+
@@ -24,11 +24,12 @@
206+
public Object productElement (int x$1) { throw new RuntimeException(); }
207+
public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); }
208+
public boolean canEqual (Object x$1) { throw new RuntimeException(); }
209+
+ public java.lang.String productElementName (int x$1) { throw new RuntimeException(); }
210+
public int hashCode () { throw new RuntimeException(); }
211+
public java.lang.String toString () { throw new RuntimeException(); }
212+
public boolean equals (Object x$1) { throw new RuntimeException(); }
213+
}
214+
- public class HeavyHitterDetected$ extends scala.runtime.AbstractFunction3<java.lang.Object, java.lang.Object, java.lang.Object, akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected> implements scala.Serializable {
215+
+ public class HeavyHitterDetected$ extends scala.runtime.AbstractFunction3<java.lang.Object, java.lang.Object, java.lang.Object, akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected> implements java.io.Serializable {
216+
/**
217+
* Static reference to the singleton instance of this Scala object.
218+
*/
219+
--- target/expected_output/basic/akka/rk/buh/is/it/EWMA$.java
220+
+++ target/expected_output/basic/akka/rk/buh/is/it/EWMA$.java
221+
@@ -1,6 +1,5 @@
222+
package akka.rk.buh.is.it;
223+
-// no position
224+
-public class EWMA$ implements scala.Serializable {
225+
+public class EWMA$ implements java.io.Serializable {
226+
/**
227+
* Static reference to the singleton instance of this Scala object.
228+
*/
229+
--- target/expected_output/basic/akka/rk/buh/is/it/EWMA.java
230+
+++ target/expected_output/basic/akka/rk/buh/is/it/EWMA.java
231+
@@ -18,7 +18,7 @@
232+
* This value is always used as the previous EWMA to calculate the new EWMA.
233+
* <p>
234+
*/
235+
-public final class EWMA implements scala.Product, scala.Serializable {
236+
+public final class EWMA implements scala.Product, java.io.Serializable {
237+
// not preceding
238+
static public akka.rk.buh.is.it.EWMA apply (double value, double alpha) { throw new RuntimeException(); }
239+
static public scala.Option<scala.Tuple2<java.lang.Object, java.lang.Object>> unapply (akka.rk.buh.is.it.EWMA x$0) { throw new RuntimeException(); }
240+
@@ -44,6 +44,7 @@
241+
public Object productElement (int x$1) { throw new RuntimeException(); }
242+
public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); }
243+
public boolean canEqual (Object x$1) { throw new RuntimeException(); }
244+
+ public java.lang.String productElementName (int x$1) { throw new RuntimeException(); }
245+
public int hashCode () { throw new RuntimeException(); }
246+
public java.lang.String toString () { throw new RuntimeException(); }
247+
public boolean equals (Object x$1) { throw new RuntimeException(); }
248+
--- target/expected_output/basic/akka/rk/buh/is/it/Status$Status.java
249+
+++ target/expected_output/basic/akka/rk/buh/is/it/Status$Status.java
250+
@@ -1,3 +1,3 @@
251+
package akka.rk.buh.is.it;
252+
-public interface Status$Status extends scala.Serializable {
253+
+public interface Status$Status extends java.io.Serializable {
254+
}
255+
--- target/expected_output/basic/akka/rk/buh/is/it/X.java
256+
+++ target/expected_output/basic/akka/rk/buh/is/it/X.java
257+
@@ -1,3 +1,3 @@
258+
package akka.rk.buh.is.it;
259+
-public interface X extends scala.Serializable, akka.rk.buh.is.it.Y<akka.rk.buh.is.it.A> {
260+
+public interface X extends java.io.Serializable, akka.rk.buh.is.it.Y<akka.rk.buh.is.it.A> {
261+
}

0 commit comments

Comments
 (0)