mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api changes: sync doc
This commit is contained in:
parent
5d9eec099d
commit
9c60f02d51
@ -31,6 +31,7 @@ The following problem patterns are supported:
|
||||
<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 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 parameter <type> removed
|
||||
|
@ -29,6 +29,7 @@ The following problem patterns are supported:
|
||||
<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 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 parameter <type> removed
|
||||
|
Loading…
x
Reference in New Issue
Block a user