Gradle IC: treat companion object change as class signature change

This commit is contained in:
Alexey Tsvetkov
2016-10-27 16:33:20 +03:00
parent f01a956a8b
commit fc1af746c6
4 changed files with 10 additions and 4 deletions
@@ -2,11 +2,11 @@ REMOVED: class ClassWithChangedCompanionObject$FirstName.class
REMOVED: class ClassWithRemovedCompanionObject$Companion.class
ADDED: class ClassWithAddedCompanionObject$Companion.class
ADDED: class ClassWithChangedCompanionObject$SecondName.class
changes in test/ClassWithAddedCompanionObject: MEMBERS
changes in test/ClassWithAddedCompanionObject: CLASS_SIGNATURE, MEMBERS
[Companion]
changes in test/ClassWithChangedCompanionObject: MEMBERS
changes in test/ClassWithChangedCompanionObject: CLASS_SIGNATURE, MEMBERS
[FirstName, SecondName]
changes in test/ClassWithChangedVisibilityForCompanionObject.Companion: CLASS_SIGNATURE
changes in test/ClassWithChangedVisibilityForCompanionObject: NONE
changes in test/ClassWithRemovedCompanionObject: MEMBERS
changes in test/ClassWithRemovedCompanionObject: CLASS_SIGNATURE, MEMBERS
[Companion]