afb327a9776ed4bb785eec7b5a659839604fd160
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type iterator : Iterator<Attribute<? extends Object>> to iterator : Iterator<Attribute<?>> in method public read(other AttributeSet) : void in class org.infinispan.commons.configuration.attributes.AttributeSet | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type type : Class<?> to type : Class<T> in class org.infinispan.commons.configuration.attributes.AttributeDefinition | From | To | |
Change Attribute Type attributes : Map<String,Attribute<? extends Object>> to attributes : Map<String,Attribute<?>> in class org.infinispan.commons.configuration.attributes.AttributeSet | From | To | |
Change Attribute Type type : Class<?> to type : Class<T> in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder | From | To |