51d36e8f61ec8def62d22e8fa7928152f4f3e4d6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public artifactName() : String renamed to public artifactId() : String in class org.apache.ignite.compatibility.testframework.junits.Dependency | From | To | |
Rename Method public localPathTemplate() : String renamed to public sourcePathTemplate() : String in class org.apache.ignite.compatibility.testframework.junits.Dependency | From | To | |
Rename Method public groupName() : String renamed to public groupId() : String in class org.apache.ignite.compatibility.testframework.junits.Dependency | From | To | |
Rename Variable | 2 | ||
Rename Variable filteredJvmArgs : Collection<String> to excluded : Set<String> in method protected getExcluded(dependencies Collection<Dependency>) : Set<String> in class org.apache.ignite.compatibility.testframework.junits.IgniteCompatibilityAbstractTest | From | To | |
Rename Variable arg : String to dependency : Dependency in method protected getExcluded(dependencies Collection<Dependency>) : Set<String> in class org.apache.ignite.compatibility.testframework.junits.IgniteCompatibilityAbstractTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute version : String to ver : String in class org.apache.ignite.compatibility.testframework.junits.Dependency | From | To | |
Change Variable Type | 2 | ||
Change Variable Type filteredJvmArgs : Collection<String> to excluded : Set<String> in method protected getExcluded(dependencies Collection<Dependency>) : Set<String> in class org.apache.ignite.compatibility.testframework.junits.IgniteCompatibilityAbstractTest | From | To | |
Change Variable Type arg : String to dependency : Dependency in method protected getExcluded(dependencies Collection<Dependency>) : Set<String> in class org.apache.ignite.compatibility.testframework.junits.IgniteCompatibilityAbstractTest | From | To | |
Extract Method | 1 | ||
Extract Method protected getExcluded(dependencies Collection<Dependency>) : Set<String> extracted from protected startGrid(igniteInstanceName String, ver String, cfgClo IgniteInClosure<IgniteConfiguration>, clo IgniteInClosure<Ignite>) : IgniteEx in class org.apache.ignite.compatibility.testframework.junits.IgniteCompatibilityAbstractTest | From | To | |
Split Attribute | 1 | ||
Split Attribute artifactName : String to [artifactId : String, DEFAULT_GROUP_ID : String] in class org.apache.ignite.compatibility.testframework.junits.Dependency | From | To | |
Rename Parameter | 5 | ||
Rename Parameter artifactName : String to artifactId : String in method public Dependency(locModuleName String, artifactId String, test boolean) in class org.apache.ignite.compatibility.testframework.junits.Dependency | From | To | |
Rename Parameter exludeNotLocModule : boolean to test : boolean in method public Dependency(locModuleName String, groupId String, artifactId String, ver String, test boolean) in class org.apache.ignite.compatibility.testframework.junits.Dependency | From | To | |
Rename Parameter version : String to ver : String in method public Dependency(locModuleName String, groupId String, artifactId String, ver String, test boolean) in class org.apache.ignite.compatibility.testframework.junits.Dependency | From | To | |
Rename Parameter artifactName : String to artifactId : String in method public getPathToIgniteArtifact(groupId String, artifactId String, ver String, classifier String) : String in class org.apache.ignite.compatibility.testframework.util.MavenUtils | From | To | |
Rename Parameter groupName : String to groupId : String in method public getPathToIgniteArtifact(groupId String, artifactId String, ver String, classifier String) : String in class org.apache.ignite.compatibility.testframework.util.MavenUtils | From | To |