|
68 | 68 | - */
|
69 | 69 | - public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); }
|
70 | 70 | }
|
| 71 | +diff --git a/plugin/src/test/resources/expected_output/basic/akka/rk/buh/is/it/Blarb.java b/plugin/src/test/resources/expected_output/basic/akka/rk/buh/is/it/Blarb.java |
| 72 | +index b0dd497..4950950 100644 |
| 73 | +--- target/expected_output/basic/akka/rk/buh/is/it/Blarb.java |
| 74 | ++++ target/expected_output/basic/akka/rk/buh/is/it/Blarb.java |
| 75 | +@@ -1,52 +1,51 @@ |
| 76 | + package akka.rk.buh.is.it; |
| 77 | +-// no position |
| 78 | + /** |
| 79 | + * I am an object. I have no class. |
| 80 | + */ |
| 81 | + public class Blarb { |
| 82 | +- // no position |
| 83 | + static public class A$ implements akka.rk.buh.is.it.Blarb.Fuz, scala.Product, scala.Serializable { |
| 84 | + /** |
| 85 | + * Static reference to the singleton instance of this Scala object. |
| 86 | + */ |
| 87 | + public static final A$ MODULE$ = null; |
| 88 | +- public A$ () { throw new RuntimeException(); } |
| 89 | +- public java.lang.String productPrefix () { throw new RuntimeException(); } |
| 90 | +- public int productArity () { throw new RuntimeException(); } |
| 91 | +- public Object productElement (int x$1) { throw new RuntimeException(); } |
| 92 | +- public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); } |
| 93 | +- public boolean canEqual (Object x$1) { throw new RuntimeException(); } |
| 94 | +- public int hashCode () { throw new RuntimeException(); } |
| 95 | +- public java.lang.String toString () { throw new RuntimeException(); } |
| 96 | +- private java.lang.Object readResolve () { throw new RuntimeException(); } |
| 97 | ++ public A$ () { throw new RuntimeException(); } |
| 98 | ++ public java.lang.String productPrefix () { throw new RuntimeException(); } |
| 99 | ++ public int productArity () { throw new RuntimeException(); } |
| 100 | ++ public Object productElement (int x$1) { throw new RuntimeException(); } |
| 101 | ++ public java.lang.String productElementName (int x$1) { throw new RuntimeException(); } |
| 102 | ++ public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); } |
| 103 | ++ public boolean canEqual (Object x$1) { throw new RuntimeException(); } |
| 104 | ++ public int hashCode () { throw new RuntimeException(); } |
| 105 | ++ public java.lang.String toString () { throw new RuntimeException(); } |
| 106 | ++ private java.lang.Object readResolve () { throw new RuntimeException(); } |
| 107 | + } |
| 108 | + static public class B implements akka.rk.buh.is.it.Blarb.Fuz, scala.Product, scala.Serializable { |
| 109 | +- public java.lang.String x () { throw new RuntimeException(); } |
| 110 | ++ public java.lang.String x () { throw new RuntimeException(); } |
| 111 | + // not preceding |
| 112 | +- public B (java.lang.String x) { throw new RuntimeException(); } |
| 113 | +- public akka.rk.buh.is.it.Blarb.B copy (java.lang.String x) { throw new RuntimeException(); } |
| 114 | +- public java.lang.String copy$default$1 () { throw new RuntimeException(); } |
| 115 | ++ public B (java.lang.String x) { throw new RuntimeException(); } |
| 116 | ++ public akka.rk.buh.is.it.Blarb.B copy (java.lang.String x) { throw new RuntimeException(); } |
| 117 | ++ public java.lang.String copy$default$1 () { throw new RuntimeException(); } |
| 118 | + // not preceding |
| 119 | +- public java.lang.String productPrefix () { throw new RuntimeException(); } |
| 120 | +- public int productArity () { throw new RuntimeException(); } |
| 121 | +- public Object productElement (int x$1) { throw new RuntimeException(); } |
| 122 | +- public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); } |
| 123 | +- public boolean canEqual (Object x$1) { throw new RuntimeException(); } |
| 124 | +- public int hashCode () { throw new RuntimeException(); } |
| 125 | +- public java.lang.String toString () { throw new RuntimeException(); } |
| 126 | +- public boolean equals (Object x$1) { throw new RuntimeException(); } |
| 127 | ++ public java.lang.String productPrefix () { throw new RuntimeException(); } |
| 128 | ++ public int productArity () { throw new RuntimeException(); } |
| 129 | ++ public Object productElement (int x$1) { throw new RuntimeException(); } |
| 130 | ++ public java.lang.String productElementName (int x$1) { throw new RuntimeException(); } |
| 131 | ++ public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); } |
| 132 | ++ public boolean canEqual (Object x$1) { throw new RuntimeException(); } |
| 133 | ++ public int hashCode () { throw new RuntimeException(); } |
| 134 | ++ public java.lang.String toString () { throw new RuntimeException(); } |
| 135 | ++ public boolean equals (Object x$1) { throw new RuntimeException(); } |
| 136 | + } |
| 137 | +- // no position |
| 138 | + static public class B$ extends scala.runtime.AbstractFunction1<java.lang.String, akka.rk.buh.is.it.Blarb.B> implements scala.Serializable { |
| 139 | + /** |
| 140 | + * Static reference to the singleton instance of this Scala object. |
| 141 | + */ |
| 142 | + public static final B$ MODULE$ = null; |
| 143 | +- public B$ () { throw new RuntimeException(); } |
| 144 | +- public final java.lang.String toString () { throw new RuntimeException(); } |
| 145 | +- public akka.rk.buh.is.it.Blarb.B apply (java.lang.String x) { throw new RuntimeException(); } |
| 146 | +- public scala.Option<java.lang.String> unapply (akka.rk.buh.is.it.Blarb.B x$0) { throw new RuntimeException(); } |
| 147 | +- private java.lang.Object readResolve () { throw new RuntimeException(); } |
| 148 | ++ public B$ () { throw new RuntimeException(); } |
| 149 | ++ public final java.lang.String toString () { throw new RuntimeException(); } |
| 150 | ++ public akka.rk.buh.is.it.Blarb.B apply (java.lang.String x) { throw new RuntimeException(); } |
| 151 | ++ public scala.Option<java.lang.String> unapply (akka.rk.buh.is.it.Blarb.B x$0) { throw new RuntimeException(); } |
| 152 | ++ private java.lang.Object readResolve () { throw new RuntimeException(); } |
| 153 | + } |
| 154 | + static public interface Fuz { |
| 155 | + } |
| 156 | +--- target/expected_output/basic/akka/rk/buh/is/it/CompressionProtocol.java |
| 157 | ++++ target/expected_output/basic/akka/rk/buh/is/it/CompressionProtocol.java |
| 158 | +@@ -9,6 +9,7 @@ |
| 159 | + static public akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected apply (Object key, int id, long count) { throw new RuntimeException(); } |
| 160 | + 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(); } |
| 161 | + static private java.lang.Object readResolve () { throw new RuntimeException(); } |
| 162 | ++ static public scala.collection.Iterator<java.lang.String> productElementNames () { throw new RuntimeException(); } |
| 163 | + public Object key () { throw new RuntimeException(); } |
| 164 | + public int id () { throw new RuntimeException(); } |
| 165 | + public long count () { throw new RuntimeException(); } |
| 166 | +@@ -23,6 +24,7 @@ |
| 167 | + public java.lang.String productPrefix () { throw new RuntimeException(); } |
| 168 | + public int productArity () { throw new RuntimeException(); } |
| 169 | + public Object productElement (int x$1) { throw new RuntimeException(); } |
| 170 | ++ public java.lang.String productElementName (int x$1) { throw new RuntimeException(); } |
| 171 | + public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); } |
| 172 | + public boolean canEqual (Object x$1) { throw new RuntimeException(); } |
| 173 | + public int hashCode () { throw new RuntimeException(); } |
| 174 | +--- target/expected_output/basic/akka/rk/buh/is/it/EWMA.java |
| 175 | ++++ target/expected_output/basic/akka/rk/buh/is/it/EWMA.java |
| 176 | +@@ -28,6 +28,7 @@ |
| 177 | + static public akka.rk.buh.is.it.EWMA apply (double value, double alpha) { throw new RuntimeException(); } |
| 178 | + static public scala.Option<scala.Tuple2<java.lang.Object, java.lang.Object>> unapply (akka.rk.buh.is.it.EWMA x$0) { throw new RuntimeException(); } |
| 179 | + static private java.lang.Object readResolve () { throw new RuntimeException(); } |
| 180 | ++ static public scala.collection.Iterator<java.lang.String> productElementNames () { throw new RuntimeException(); } |
| 181 | + public double value () { throw new RuntimeException(); } |
| 182 | + public double alpha () { throw new RuntimeException(); } |
| 183 | + // not preceding |
| 184 | +@@ -48,6 +49,7 @@ |
| 185 | + public java.lang.String productPrefix () { throw new RuntimeException(); } |
| 186 | + public int productArity () { throw new RuntimeException(); } |
| 187 | + public Object productElement (int x$1) { throw new RuntimeException(); } |
| 188 | ++ public java.lang.String productElementName (int x$1) { throw new RuntimeException(); } |
| 189 | + public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); } |
| 190 | + public boolean canEqual (Object x$1) { throw new RuntimeException(); } |
| 191 | + public int hashCode () { throw new RuntimeException(); } |
| 192 | +--- target/expected_output/basic/akka/rk/buh/is/it/Trait.java |
| 193 | ++++ target/expected_output/basic/akka/rk/buh/is/it/Trait.java |
| 194 | +@@ -6,6 +6,7 @@ |
| 195 | + public java.lang.String productPrefix () { throw new RuntimeException(); } |
| 196 | + public int productArity () { throw new RuntimeException(); } |
| 197 | + public Object productElement (int x$1) { throw new RuntimeException(); } |
| 198 | ++ public java.lang.String productElementName (int x$1) { throw new RuntimeException(); } |
| 199 | + public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); } |
| 200 | + public boolean canEqual (Object x$1) { throw new RuntimeException(); } |
| 201 | + public int hashCode () { throw new RuntimeException(); } |
0 commit comments