You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/java/org/apache/commons/lang3/reflect/PackageBean.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
* This class is designed to test the default access JVM problem workaround. The issue is that public methods of a public subclass contained in a default access
22
22
* superclass are returned by reflection but an IllegalAccessException is thrown when they are invoked.
Copy file name to clipboardExpand all lines: src/test/java/org/apache/commons/lang3/reflect/PublicSubBean.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
* This class is designed to test the default access JVM problem workaround. The issue is that public methods of a public subclass contained in a default access
22
22
* superclass are returned by reflection but an IllegalAccessException is thrown when they are invoked.
0 commit comments