We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d095e commit 13ddc4aCopy full SHA for 13ddc4a
java/ql/src/Likely Bugs/Serialization/NonSerializableField.ql
@@ -96,5 +96,4 @@ where
96
not exceptions(c, f) and
97
reason = nonSerialReason(f.getType())
98
select f,
99
- "This field is in a serializable class, " + " but is not serializable itself because " + reason +
100
- "."
+ "This field is in a serializable class, but is not serializable itself because " + reason + "."
0 commit comments