We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae4fbc commit 3e337adCopy full SHA for 3e337ad
1 file changed
rewrite-python/src/main/java/org/openrewrite/python/tree/Py.java
@@ -401,7 +401,7 @@ public <P> J acceptPython(PythonVisitor<P> v, P p) {
401
402
@ToString
403
@FieldDefaults(makeFinal = true, level = AccessLevel.PRIVATE)
404
- @EqualsAndHashCode(callSuper = false)
+ @EqualsAndHashCode(callSuper = false, onlyExplicitlyIncluded = true)
405
@RequiredArgsConstructor
406
@AllArgsConstructor(access = AccessLevel.PRIVATE)
407
final class CompilationUnit implements Py, JavaSourceFile, SourceFile {
0 commit comments