@@ -16,31 +16,31 @@ Code | Level | Rule
1616-----|-------|-------
1717V005 | MAJOR | Class removed
1818V006 | MAJOR | Class public method removed
19- V007 | MAJOR | * Class protected method removed*
19+ V007 | MAJOR | Class protected method removed
2020V008 | MAJOR | * Class public property removed*
2121V009 | MAJOR | * Class protected property removed*
2222V010 | MAJOR | Class public method parameter changed
23- V011 | MAJOR | * Class protected method parameter changed*
23+ V011 | MAJOR | Class protected method parameter changed
2424V012 | MAJOR | * New public constructor (does not match supertype)*
2525V013 | MAJOR | * New protected constructor (does not match supertype)*
2626V014 | MINOR | Class added
2727V015 | MINOR | Class public method added * (display a notice that the method may overlap)* (MAJOR when not final)
28- V016 | MINOR | * Class protected method added* * (display a notice that the method may overlap)* (MAJOR when not final)
28+ V016 | MINOR | Class protected method added * (display a notice that the method may overlap)* (MAJOR when not final)
2929V017 | MINOR | * Final class public method added*
3030V018 | MINOR | * Final class protected method added*
3131V019 | MINOR | * Class public property added*
3232V020 | MINOR | * Class protected property added*
33- V021 | MINOR | Class protected method parameter changed (MAJOR when not final)
34- V022 | MAJOR | Final class protected method removed
33+ V021 | MINOR | Class protected method parameter changed * (MAJOR when not final)*
34+ V022 | MAJOR | * Final class protected method removed*
3535V023 | PATCH | [ Final] Class public class method implementation changed
36- V024 | PATCH | [ Final] Class * protected* class method implementation changed
37- V025 | PATCH | [ Final] Class * private* class method implementation changed
36+ V024 | PATCH | [ Final] Class protected class method implementation changed
37+ V025 | PATCH | [ Final] Class private class method implementation changed
3838V026 | PATCH | * Class private property added*
3939V027 | PATCH | * Class private property removed*
40- V028 | PATCH | * Class private method added*
41- V029 | PATCH | * Class private method removed*
40+ V028 | PATCH | Class private method added
41+ V029 | PATCH | Class private method removed
4242V030 | PATCH | * Final class protected method added*
43- V031 | PATCH | * Class private method parameter changed*
43+ V031 | PATCH | Class private method parameter changed
4444V060 | PATCH | Class public method parameter name changed
4545V061 | PATCH | Class protected method parameter name changed
4646V062 | PATCH | Class private method parameter name changed
@@ -62,29 +62,31 @@ Code | Level | Rule
6262-----|-------|-------
6363V037 | MAJOR | Trait removed
6464V038 | MAJOR | Trait public method removed
65- V039 | MAJOR | * Trait protected method removed*
65+ V039 | MAJOR | Trait protected method removed
6666V040 | MAJOR | * Trait public property removed*
6767V041 | MAJOR | * Trait protected property removed*
6868V042 | MAJOR | Trait public method parameter changed
69- V043 | MAJOR | * Trait protected method parameter changed*
69+ V043 | MAJOR | Trait protected method parameter changed
7070V044 | MAJOR | * New public constructor (does not match supertype)*
7171V045 | MAJOR | * New protected constructor (does not match supertype)*
7272V046 | MINOR | Trait added
7373V047 | MINOR | Trait public method added * (display a notice that the method may overlap)* (MAJOR when not final)
74- V048 | MINOR | * Trait protected method added* * (display a notice that the method may overlap)* (MAJOR when not final)*
74+ V048 | MINOR | Trait protected method added * (display a notice that the method may overlap)* (MAJOR when not final)
7575V049 | MINOR | * Trait public property added*
7676V050 | MINOR | * Trait protected property added*
77- V051 | MINOR | * Trait protected method parameter changed (MAJOR when not final) *
78- V052 | PATCH | Trait public trait method implementation changed
79- V053 | PATCH | * Trait * protected* trait method implementation changed*
80- V054 | PATCH | * Trait * private* trait method implementation changed*
77+ V051 | MINOR | * REMOVED *
78+ V052 | PATCH | Trait public method implementation changed
79+ V053 | PATCH | Trait protected method implementation changed
80+ V054 | PATCH | Trait private method implementation changed
8181V055 | PATCH | * Trait private property added*
8282V056 | PATCH | * Trait private property removed*
83- V057 | PATCH | * Trait private method added*
84- V058 | PATCH | * Trait private method removed*
85- V059 | PATCH | * Trait private method parameter changed*
83+ V057 | PATCH | Trait private method added
84+ V058 | PATCH | Trait private method removed
85+ V059 | PATCH | Trait private method parameter changed
8686V064 | PATCH | Trait public method parameter name changed
8787V065 | PATCH | Trait protected method parameter name changed
8888V066 | PATCH | Trait private method parameter name changed
8989
90- Method visibility changed
90+ # To classify
91+
92+ * Method visibility changed
0 commit comments