Add documented pattern "marked abstract"

This commit is contained in:
Sergey Patrikeev 2020-01-24 10:30:50 +03:00 committed by GitHub
parent 254ba68e8e
commit b3957c240a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ The following problem patterns are supported:
<class name>.<field name> field type changed from <before> to <after>
<class name>.<field name> field visibility changed from <before> to <after>
<class name>.<method name>(<human-readable parameters>) marked abstract
<class name>.<method name>(<human-readable parameters>) abstract method added
<class name> class moved to package <package name>