Skip to content

Commit 6846758

Browse files
committed
comments
1 parent 019cfee commit 6846758

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/net.sf.j2s.java.core/src/test/Test_Class.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,10 @@ public static void main(String[] args) {
281281
}
282282

283283
System.out.println("===========");
284+
// these won't be the same, because Java declares synthetic access$n methods
284285
showMethods(Test_Class.class.getDeclaredMethods());
285286
System.out.println("-----------");
287+
// these won't be the same, because SwingJS returns public and package-private methods
286288
showMethods(Test_Class.class.getMethods());
287289
System.out.println("===========");
288290
showMethods(Test_Class_int.class.getDeclaredMethods());

0 commit comments

Comments
 (0)