Skip to content

Commit 2d84aaa

Browse files
committed
Report changed types
1 parent 3d28e8d commit 2d84aaa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/java/com/qdesrame/openapi/diff/output/ConsoleRender.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,14 @@ private void incompatibility(
191191
.append(propName)
192192
.append(System.lineSeparator());
193193
});
194+
195+
if (cs.isChangedType()) {
196+
output
197+
.append(StringUtils.repeat(' ', 10))
198+
.append("Changed property type: ")
199+
.append(propPrefix)
200+
.append(System.lineSeparator());
201+
}
194202
}
195203
}
196204

0 commit comments

Comments
 (0)