We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f1c5d commit 178e4d5Copy full SHA for 178e4d5
src/main/java/pascal/taie/analysis/pta/plugin/util/CSObjs.java
@@ -108,8 +108,8 @@ public static JMethod toMethod(CSObj csObj) {
108
}
109
110
/**
111
- * Converts a CSObj of java.lang.reflect.Method to corresponding JMethod.
112
- * If the object does not represent a Method, then return null.
+ * Converts a CSObj of java.lang.reflect.Field to corresponding JField.
+ * If the object does not represent a Field, then return null.
113
*/
114
@Nullable
115
public static JField toField(CSObj csObj) {
0 commit comments