api changes: sync doc

This commit is contained in:
Yann Cébron 2021-08-18 09:54:28 +02:00
parent 5d9eec099d
commit 9c60f02d51
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ The following problem patterns are supported:
<class name>.<method name> method <parameter name> parameter marked @<class name> <class name>.<method name> method <parameter name> parameter marked @<class name>
<class name> (class|interface) now (extends|implements) <class name> and inherits its final method <method name>(<human-readable parameters>)? <class name> (class|interface) now (extends|implements) <class name> and inherits its final method <method name>(<human-readable parameters>)?
<class name> (class|interface) now (extends|implements) <class name> and inherits its abstract method <method name>(<human-readable parameters>)? <class name> (class|interface) now (extends|implements) <class name> and inherits its abstract method <method name>(<human-readable parameters>)?
<class name> class now interface
<class name>(<human-readable parameters>) constructor removed <class name>(<human-readable parameters>) constructor removed
<class name>(<human-readable parameters>) constructor parameter <type> removed <class name>(<human-readable parameters>) constructor parameter <type> removed

View File

@ -29,6 +29,7 @@ The following problem patterns are supported:
<class name>.<method name> method <parameter name> parameter marked @<class name> <class name>.<method name> method <parameter name> parameter marked @<class name>
<class name> (class|interface) now (extends|implements) <class name> and inherits its final method <method name>(<human-readable parameters>)? <class name> (class|interface) now (extends|implements) <class name> and inherits its final method <method name>(<human-readable parameters>)?
<class name> (class|interface) now (extends|implements) <class name> and inherits its abstract method <method name>(<human-readable parameters>)? <class name> (class|interface) now (extends|implements) <class name> and inherits its abstract method <method name>(<human-readable parameters>)?
<class name> class now interface
<class name>(<human-readable parameters>) constructor removed <class name>(<human-readable parameters>) constructor removed
<class name>(<human-readable parameters>) constructor parameter <type> removed <class name>(<human-readable parameters>) constructor parameter <type> removed