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: substratevm/src/com.oracle.svm.configure/src/com/oracle/svm/configure/config/ParserConfigurationAdapter.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public TypeResult<ConfigurationType> resolveType(UnresolvedConfigurationConditio
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/configure/LegacyReflectionConfigurationParser.java
booleanregisterAllFields = combinedFileKey.equals(REFLECTION_KEY) && asBoolean(data.get("allDeclaredFields", true), "allDeclaredFields must be a boolean") &&
98
+
asBoolean(data.get("allPublicFields", true), "allPublicFields must be a boolean");
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/configure/ReflectionConfigurationParserDelegate.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public interface ReflectionConfigurationParserDelegate<C, T> {
booleanregisterAllFields = combinedFileKey.equals(REFLECTION_KEY) && asBoolean(data.get("allDeclaredFields", true), "allDeclaredFields must be a boolean") &&
89
+
asBoolean(data.get("allPublicFields", true), "allPublicFields must be a boolean");
0 commit comments