]> source.dussan.org Git - aspectj.git/commitdiff
polish
authorAndy Clement <aclement@pivotal.io>
Tue, 21 Apr 2020 00:49:01 +0000 (17:49 -0700)
committerAndy Clement <aclement@pivotal.io>
Tue, 21 Apr 2020 00:49:01 +0000 (17:49 -0700)
docs/dist/doc/README-196.html
runtime/src/test/java/org/aspectj/runtime/reflect/RuntimePerformanceTest.java

index b9dbaea4a565ac2a0fe9df29ec4abf932ccac9d7..6d47a926c4619cdcbf99c54240fd5f1162b4e6a9 100644 (file)
@@ -57,11 +57,10 @@ $ ajc --enable-preview -14 Person.java UsingPersonRecord.java TraceRecordCompone
 <p>Now run it:
 <pre><code>
 $ java --enable-preview UsingPersonRecord
-This
-is
-on
-multiple
-lines
+execution(String Person.toString())
+Person[firstName=A, lastName=B, age=99]
+execution(String Person.firstName())
+A
 </code></pre>
 
 <p>Available: 1.9.6 available 22-Apr-2020</p>
index cc956477e46a8e6a752b4de9d2e8f079705d2816..fb51e20be96a7e58a8362f29f084c37e17df2620 100644 (file)
@@ -66,6 +66,8 @@ public class RuntimePerformanceTest extends TestCase {
                task.cancel();
        }
 
+       public void testempty() {}
+
        // No longer valid with Java being so quick now...
        public void xtestToString () {
                Signature signature = makeMethodSig("test");