Created
September 8, 2016 14:56
-
-
Save szeiger/953ab5cefbf9a98b92444b53eabc2ea1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- src/test/resources/expected_output/basic/akka/rk/buh/is/it/A.java 2016-09-07 15:24:40.000000000 +0200 | |
+++ /var/folders/xy/my9ncw393rs6q08_th_5c8w80000gn/T/genjavadoc-java1063206693738374322/akka/rk/buh/is/it/A.java 2016-09-08 16:55:05.000000000 +0200 | |
@@ -48,14 +48,13 @@ | |
public class NonStatic { | |
public NonStatic () { throw new RuntimeException(); } | |
} | |
+ public akka.rk.buh.is.it.A.D$.E$ E () { throw new RuntimeException(); } | |
public D$ () { throw new RuntimeException(); } | |
/** | |
* def A.D.math | |
* @return (undocumented) | |
*/ | |
public long math () { throw new RuntimeException(); } | |
- public akka.rk.buh.is.it.A.D$.E$ E () { throw new RuntimeException(); } | |
- private java.lang.Object readResolve () { throw new RuntimeException(); } | |
} | |
/** | |
* class A.B | |
@@ -95,12 +94,12 @@ | |
public class C1$ { | |
public C1$ () { throw new RuntimeException(); } | |
} | |
- public C1 () { throw new RuntimeException(); } | |
/** | |
* Accessor for nested Scala object | |
* @return (undocumented) | |
*/ | |
public akka.rk.buh.is.it.A.C1.C1$ C1 () { throw new RuntimeException(); } | |
+ public C1 () { throw new RuntimeException(); } | |
} | |
/** | |
* object C1 | |
@@ -148,6 +147,11 @@ | |
static public java.lang.String stattic () { throw new RuntimeException(); } | |
static public java.lang.Object x () { throw new RuntimeException(); } | |
/** | |
+ * Accessor for nested Scala object | |
+ * @return (undocumented) | |
+ */ | |
+ public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); } | |
+ /** | |
* varargs | |
* @param s (undocumented) | |
* @return (undocumented) | |
@@ -220,9 +224,4 @@ | |
*/ | |
public int testthrows () throws java.lang.IllegalArgumentException, java.lang.NullPointerException { throw new RuntimeException(); } | |
public scala.runtime.Null$ getNull () { throw new RuntimeException(); } | |
- /** | |
- * Accessor for nested Scala object | |
- * @return (undocumented) | |
- */ | |
- public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment