|
Rename Method private getFieldKeys(error ErrorWithFields) : ImmutableList<String> renamed to private getFactKeys(error ErrorWithFacts) : ImmutableList<String> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Method public fieldValue(key String) : StringSubject renamed to public factValue(key String) : StringSubject in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Method public fieldKeysFail() : void renamed to public factKeysFail() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Method package fieldsOrEmpty() : ImmutableList<Field> renamed to package factsOrEmpty() : ImmutableList<Fact> in class com.google.common.truth.Subject.ComparisonResult |
From |
To |
|
Rename Method public fields() : ImmutableList<Field> renamed to public facts() : ImmutableList<Fact> in class com.google.common.truth.ErrorWithFacts |
From |
To |
|
Rename Method public fieldValueInt() : void renamed to public factValueInt() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Method public fields() : ImmutableList<Field> renamed to public facts() : ImmutableList<Fact> in class com.google.common.truth.AssertionErrorWithFacts |
From |
To |
|
Rename Method public fieldValueFailWrongValue() : void renamed to public factValueFailWrongValue() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Method private makeFields(headFields ImmutableList<Field>, tailFields ImmutableList<Field>, expected String, actual String) : ImmutableList<Field> renamed to private makeFacts(headFacts ImmutableList<Fact>, tailFacts ImmutableList<Fact>, expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Rename Method package field(key String, value Object) : Field renamed to package fact(key String, value Object) : Fact in class com.google.common.truth.Fact |
From |
To |
|
Rename Method public fieldValueIntFailNegative() : void renamed to public factValueIntFailNegative() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Method private fieldsWithName(error ErrorWithFields, key String) : ImmutableList<Field> renamed to private factsWithName(error ErrorWithFacts, key String) : ImmutableList<Fact> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Method private doFieldValue(key String, index Integer) : StringSubject renamed to private doFactValue(key String, index Integer) : StringSubject in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Method public fieldValue(key String, index int) : StringSubject renamed to public factValue(key String, index int) : StringSubject in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Method public twoFieldsOneWithoutValue() : void renamed to public twoFactsOneWithoutValue() : void in class com.google.common.truth.FactTest |
From |
To |
|
Rename Method public fieldValueIntFailWrongValue() : void renamed to public factValueIntFailWrongValue() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Method public fields() : ImmutableList<Field> renamed to public facts() : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Rename Method public oneFieldWithoutValue() : void renamed to public oneFactWithoutValue() : void in class com.google.common.truth.FactTest |
From |
To |
|
Rename Method public twoFields() : void renamed to public twoFacts() : void in class com.google.common.truth.FactTest |
From |
To |
|
Rename Method public nonTruthErrorFieldValue() : void renamed to public nonTruthErrorFactValue() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Method public fieldKeys() : IterableSubject renamed to public factKeys() : IterableSubject in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Method package fieldWithoutValue(key String) : Field renamed to package factWithoutValue(key String) : Fact in class com.google.common.truth.Fact |
From |
To |
|
Rename Method public fieldValueIntMultipleKeys() : void renamed to public factValueIntMultipleKeys() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Method public fieldKeys() : void renamed to public factKeys() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Method public oneFields() : void renamed to public oneFacts() : void in class com.google.common.truth.FactTest |
From |
To |
|
Rename Method public fieldValue() : void renamed to public factValue() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Method public nonTruthErrorFieldKeys() : void renamed to public nonTruthErrorFactKeys() : void in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Change Parameter Type fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method package create(messages ImmutableList<String>, facts ImmutableList<Fact>, cause Throwable) : AssertionErrorWithFacts in class com.google.common.truth.AssertionErrorWithFacts |
From |
To |
|
Change Parameter Type fields : Field... to facts : Fact... in method private expectFailureWhenTestingThat(facts Fact...) : TruthFailureSubject in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Change Parameter Type fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private AssertionErrorWithFacts(messages ImmutableList<String>, facts ImmutableList<Fact>, cause Throwable) in class com.google.common.truth.AssertionErrorWithFacts |
From |
To |
|
Change Parameter Type fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private ComparisonResult(facts ImmutableList<Fact>) in class com.google.common.truth.Subject.ComparisonResult |
From |
To |
|
Change Parameter Type error : ErrorWithFields to error : ErrorWithFacts in method private factsWithName(error ErrorWithFacts, key String) : ImmutableList<Fact> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Parameter Type headFields : ImmutableList<Field> to headFacts : ImmutableList<Fact> in method private makeFacts(headFacts ImmutableList<Fact>, tailFacts ImmutableList<Fact>, expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Change Parameter Type fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private ComparisonFailureWithFacts(messages ImmutableList<String>, facts ImmutableList<Fact>, expected String, actual String, cause Throwable) in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Change Parameter Type fields : Field... to facts : Fact... in method private failure(facts Fact...) : AssertionErrorWithFacts in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Change Parameter Type fields : Field... to facts : Fact... in method package differentWithDescription(facts Fact...) : ComparisonResult in class com.google.common.truth.Subject.ComparisonResult |
From |
To |
|
Change Parameter Type error : ErrorWithFields to error : ErrorWithFacts in method private getFactKeys(error ErrorWithFacts) : ImmutableList<String> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Parameter Type fields : Field... to facts : Fact... in method private assertThat(facts Fact...) : TruthFailureSubject in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Change Parameter Type tailFields : ImmutableList<Field> to tailFacts : ImmutableList<Fact> in method private makeFacts(headFacts ImmutableList<Fact>, tailFacts ImmutableList<Fact>, expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Change Parameter Type fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method package makeMessage(messages ImmutableList<String>, facts ImmutableList<Fact>) : String in class com.google.common.truth.Fact |
From |
To |
|
Rename Variable fields : ImmutableList.Builder<String> to facts : ImmutableList.Builder<String> in method private getFactKeys(error ErrorWithFacts) : ImmutableList<String> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Variable field : Field to fact : Fact in method private getFactKeys(error ErrorWithFacts) : ImmutableList<String> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Variable field : Field to fact : Fact in method package makeMessage(messages ImmutableList<String>, facts ImmutableList<Fact>) : String in class com.google.common.truth.Fact |
From |
To |
|
Rename Variable fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private runFormatTest(expected String, actual String, expectedExpected String, expectedActual String) : void in class com.google.common.truth.ComparisonFailureWithFactsTest |
From |
To |
|
Rename Variable indexField : Field to indexFact : Fact in method private checkArrayEqualsRecursive(expectedArray Object, actualArray Object, lastIndex String) : ComparisonResult in class com.google.common.truth.Subject |
From |
To |
|
Rename Variable fields : ImmutableList.Builder<Field> to facts : ImmutableList.Builder<Fact> in method private factsWithName(error ErrorWithFacts, key String) : ImmutableList<Fact> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Variable fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private runFormatTest(expected String, actual String, expectedDiff String) : void in class com.google.common.truth.ComparisonFailureWithFactsTest |
From |
To |
|
Rename Variable field : Field to fact : Fact in method private factsWithName(error ErrorWithFacts, key String) : ImmutableList<Fact> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Rename Variable fieldsWithName : ImmutableList<Field> to factsWithName : ImmutableList<Fact> in method private doFactValue(key String, index Integer) : StringSubject in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Return Type ImmutableList<Field> to ImmutableList<Fact> in method public facts() : ImmutableList<Fact> in class com.google.common.truth.AssertionErrorWithFacts |
From |
To |
|
Change Return Type ImmutableList<Field> to ImmutableList<Fact> in method package formatExpectedAndActual(expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Change Return Type Field to Fact in method package factWithoutValue(key String) : Fact in class com.google.common.truth.Fact |
From |
To |
|
Change Return Type AssertionErrorWithFields to AssertionErrorWithFacts in method private failure(facts Fact...) : AssertionErrorWithFacts in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Change Return Type ImmutableList<Field> to ImmutableList<Fact> in method package makeDiff(expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.Platform |
From |
To |
|
Change Return Type ImmutableList<Field> to ImmutableList<Fact> in method private makeFacts(headFacts ImmutableList<Fact>, tailFacts ImmutableList<Fact>, expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Change Return Type AssertionErrorWithFields to AssertionErrorWithFacts in method package create(messages ImmutableList<String>, facts ImmutableList<Fact>, cause Throwable) : AssertionErrorWithFacts in class com.google.common.truth.AssertionErrorWithFacts |
From |
To |
|
Change Return Type ImmutableList<Field> to ImmutableList<Fact> in method public facts() : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Change Return Type Optional<Field> to Optional<Fact> in method private description() : Optional<Fact> in class com.google.common.truth.FailureMetadata |
From |
To |
|
Change Return Type Field to Fact in method package fact(key String, value Object) : Fact in class com.google.common.truth.Fact |
From |
To |
|
Change Return Type ImmutableList<Field> to ImmutableList<Fact> in method private removeCommonPrefixAndSuffix(expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Change Return Type ImmutableList<Field> to ImmutableList<Fact> in method public facts() : ImmutableList<Fact> in class com.google.common.truth.ErrorWithFacts |
From |
To |
|
Change Return Type Optional<Field> to Optional<Fact> in method private rootUnlessThrowable() : Optional<Fact> in class com.google.common.truth.FailureMetadata |
From |
To |
|
Change Return Type ImmutableList<Field> to ImmutableList<Fact> in method private factsWithName(error ErrorWithFacts, key String) : ImmutableList<Fact> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Return Type ImmutableList<Field> to ImmutableList<Fact> in method package factsOrEmpty() : ImmutableList<Fact> in class com.google.common.truth.Subject.ComparisonResult |
From |
To |
|
Change Variable Type result : ImmutableList<Field> to result : ImmutableList<Fact> in method package formatExpectedAndActual(expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Change Variable Type indexField : Field to indexFact : Fact in method private checkArrayEqualsRecursive(expectedArray Object, actualArray Object, lastIndex String) : ComparisonResult in class com.google.common.truth.Subject |
From |
To |
|
Change Variable Type fields : ImmutableList.Builder<Field> to facts : ImmutableList.Builder<Fact> in method private factsWithName(error ErrorWithFacts, key String) : ImmutableList<Fact> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Variable Type field : Field to fact : Fact in method private factsWithName(error ErrorWithFacts, key String) : ImmutableList<Fact> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Variable Type fieldsWithName : ImmutableList<Field> to factsWithName : ImmutableList<Fact> in method private doFactValue(key String, index Integer) : StringSubject in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Variable Type fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private runFormatTest(expected String, actual String, expectedDiff String) : void in class com.google.common.truth.ComparisonFailureWithFactsTest |
From |
To |
|
Change Variable Type error : ErrorWithFields to error : ErrorWithFacts in method private doFactValue(key String, index Integer) : StringSubject in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Variable Type field : Field to fact : Fact in method private getFactKeys(error ErrorWithFacts) : ImmutableList<String> in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Variable Type field : Field to fact : Fact in method package makeMessage(messages ImmutableList<String>, facts ImmutableList<Fact>) : String in class com.google.common.truth.Fact |
From |
To |
|
Change Variable Type error : ErrorWithFields to error : ErrorWithFacts in method public factKeys() : IterableSubject in class com.google.common.truth.TruthFailureSubject |
From |
To |
|
Change Variable Type fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private runFormatTest(expected String, actual String, expectedExpected String, expectedActual String) : void in class com.google.common.truth.ComparisonFailureWithFactsTest |
From |
To |
|
Rename Parameter fields : Field... to facts : Fact... in method private assertThat(facts Fact...) : TruthFailureSubject in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Parameter fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method package makeMessage(messages ImmutableList<String>, facts ImmutableList<Fact>) : String in class com.google.common.truth.Fact |
From |
To |
|
Rename Parameter tailFields : ImmutableList<Field> to tailFacts : ImmutableList<Fact> in method private makeFacts(headFacts ImmutableList<Fact>, tailFacts ImmutableList<Fact>, expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Rename Parameter headFields : ImmutableList<Field> to headFacts : ImmutableList<Fact> in method private makeFacts(headFacts ImmutableList<Fact>, tailFacts ImmutableList<Fact>, expected String, actual String) : ImmutableList<Fact> in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Rename Parameter fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method package create(messages ImmutableList<String>, facts ImmutableList<Fact>, cause Throwable) : AssertionErrorWithFacts in class com.google.common.truth.AssertionErrorWithFacts |
From |
To |
|
Rename Parameter fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private ComparisonFailureWithFacts(messages ImmutableList<String>, facts ImmutableList<Fact>, expected String, actual String, cause Throwable) in class com.google.common.truth.ComparisonFailureWithFacts |
From |
To |
|
Rename Parameter fields : Field... to facts : Fact... in method private expectFailureWhenTestingThat(facts Fact...) : TruthFailureSubject in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Parameter fields : Field... to facts : Fact... in method private failure(facts Fact...) : AssertionErrorWithFacts in class com.google.common.truth.TruthFailureSubjectTest |
From |
To |
|
Rename Parameter fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private AssertionErrorWithFacts(messages ImmutableList<String>, facts ImmutableList<Fact>, cause Throwable) in class com.google.common.truth.AssertionErrorWithFacts |
From |
To |
|
Rename Parameter fields : ImmutableList<Field> to facts : ImmutableList<Fact> in method private ComparisonResult(facts ImmutableList<Fact>) in class com.google.common.truth.Subject.ComparisonResult |
From |
To |
|
Rename Parameter fields : Field... to facts : Fact... in method package differentWithDescription(facts Fact...) : ComparisonResult in class com.google.common.truth.Subject.ComparisonResult |
From |
To |