mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
api_changes_list: add patterns for constructors.
This commit is contained in:
parent
8b66c8795f
commit
41bc405e74
@ -12,9 +12,15 @@ The following problem patterns are supported:
|
||||
|
||||
<class name>.<method name> method removed
|
||||
<class name>.<method name> method return type changed from <before> to <after>
|
||||
<class name>.<method name> method parameter <type> removed
|
||||
<class name>.<method name> method parameter type changed from <before> to <after>
|
||||
<class name>.<method name> method visibility changed from <before> to <after>
|
||||
|
||||
<class name> constructor removed
|
||||
<class name> constructor parameter <type> removed
|
||||
<class name> constructor parameter type changed from <before> to <after>
|
||||
<class name> constructor visibility changed from <before> to <after>
|
||||
|
||||
<class name>.<field name> field removed
|
||||
<class name>.<field name> field type changed from <before> to <after>
|
||||
<class name>.<field name> field visibility changed from <before> to <after>
|
||||
|
Loading…
x
Reference in New Issue
Block a user