501a471078e564f9c535595c46ca20ef90e6c6ad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testNonBootstrapReference() : void renamed to public testStorageKeyNonBootstrapReference() : void in class net.bytebuddy.agent.builder.AgentBuilderListenerResubmittingTest | From | To | |
Rename Method public testBootstrapLoaderReference() : void renamed to public testStorageKeyBootstrapLoaderReference() : void in class net.bytebuddy.agent.builder.AgentBuilderListenerResubmittingTest | From | To | |
Rename Variable | 3 | ||
Rename Variable classLoaderReference : AgentBuilder.Listener.Resubmitting.ClassLoaderReference to key : AgentBuilder.Listener.Resubmitting.StorageKey in method public testStorageKeyBootstrapLoaderReference() : void in class net.bytebuddy.agent.builder.AgentBuilderListenerResubmittingTest | From | To | |
Rename Variable classLoaderReference : AgentBuilder.Listener.Resubmitting.ClassLoaderReference to key : AgentBuilder.Listener.Resubmitting.StorageKey in method public testStorageKeyNonBootstrapReference() : void in class net.bytebuddy.agent.builder.AgentBuilderListenerResubmittingTest | From | To | |
Rename Variable that : ClassLoaderReference to storageKey : StorageKey in method public equals(object Object) : boolean in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Resubmitting.StorageKey | From | To | |
Rename Class | 1 | ||
Rename Class net.bytebuddy.agent.builder.AgentBuilder.Listener.Resubmitting.ClassLoaderReference renamed to net.bytebuddy.agent.builder.AgentBuilder.Listener.Resubmitting.StorageKey | From | To | |
Change Variable Type | 6 | ||
Change Variable Type other : AgentBuilder.Listener.Resubmitting.ClassLoaderReference to other : AgentBuilder.Listener.Resubmitting.StorageKey in method public testStorageKeyBootstrapLoaderReference() : void in class net.bytebuddy.agent.builder.AgentBuilderListenerResubmittingTest | From | To | |
Change Variable Type classLoaderReference : AgentBuilder.Listener.Resubmitting.ClassLoaderReference to key : AgentBuilder.Listener.Resubmitting.StorageKey in method public testStorageKeyNonBootstrapReference() : void in class net.bytebuddy.agent.builder.AgentBuilderListenerResubmittingTest | From | To | |
Change Variable Type classLoaderReference : AgentBuilder.Listener.Resubmitting.ClassLoaderReference to key : AgentBuilder.Listener.Resubmitting.StorageKey in method public testStorageKeyBootstrapLoaderReference() : void in class net.bytebuddy.agent.builder.AgentBuilderListenerResubmittingTest | From | To | |
Change Variable Type entries : Iterator<Map.Entry<ClassLoaderReference,Set<String>>> to entries : Iterator<Map.Entry<StorageKey,Set<String>>> in method public run() : void in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Resubmitting | From | To | |
Change Variable Type entry : Map.Entry<ClassLoaderReference,Set<String>> to entry : Map.Entry<StorageKey,Set<String>> in method public run() : void in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Resubmitting | From | To | |
Change Variable Type that : ClassLoaderReference to storageKey : StorageKey in method public equals(object Object) : boolean in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Resubmitting.StorageKey | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type types : ConcurrentMap<ClassLoaderReference,Set<String>> to types : ConcurrentMap<StorageKey,Set<String>> in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Resubmitting | From | To | |
Change Attribute Type cache : ConcurrentMap<Object,ConcurrentMap<T,Reference<Class<?>>>> to cache : ConcurrentMap<StorageKey,ConcurrentMap<T,Reference<Class<?>>>> in class net.bytebuddy.TypeCache | From | To |