6e60ecb7dd6cc9fd48fa9dec1ed69fa1a566f8b5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private result(input TransferInput<?,NullnessPropagationStore>, value NullnessValue) : TransferResult<NullnessValue,NullnessPropagationStore> renamed to private noStoreChanges(value NullnessValue, input TransferInput<?,NullnessPropagationStore>) : TransferResult<NullnessValue,NullnessPropagationStore> in class com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer | From | To | |
| Move Method | 1 | ||
| Move Method public setInformation(node LocalVariableNode, value NullnessValue) : void from class com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationStore to public setInformation(node LocalVariableNode, value NullnessValue) : void from class com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationStore.Builder | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type contents : Map<Element,NullnessValue> to contents : ImmutableMap<Element,NullnessValue> in class com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationStore | From | To |