164eb2b2562128a19ec5de4b581cf37d0f8fb4a8
Files Diff
- Added: 6
- Removed: 2
- Renamed: 0
- Modified: 17
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From com.google.protobuf:protobuf-java 2.5.0 To 2.4.0a | |
| From org.apache.httpcomponents:httpclient 4.2.5 To 4.4.1 | |
| From org.apache.httpcomponents:httpcore 4.2.5 To 4.4.1 | |
| From com.google.guava:guava 14.0.1 To 15.0 | |
| From com.google.guava:guava 15.0 To 14.0.1 | |
| From com.google.protobuf:protobuf-java 2.4.0a To 2.5.0 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type server : CloudSolrServer to server : CloudSolrClient in method private waitForRecoveriesToFinish(server CloudSolrClient, collection String) : void in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To | |
| Change Parameter Type server : CloudSolrServer to client : CloudSolrClient in method private createCollectionIfNotExists(client CloudSolrClient, config Configuration, collection String) : void in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To | |
| Change Parameter Type server : CloudSolrServer to server : CloudSolrClient in method private checkIfCollectionExists(server CloudSolrClient, collection String) : boolean in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To | |
| Rename Variable | 1 | ||
| Rename Variable cloudServer : CloudSolrServer to client : CloudSolrClient in method public register(store String, key String, information KeyInformation, tx BaseTransaction) : void in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To | |
| Inline Method | 1 | ||
| Inline Method private newQuery(collection String, query String) : SolrQuery inlined to public query(query IndexQuery, informations KeyInformation.IndexRetriever, tx BaseTransaction) : List<String> in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute solrServer : SolrServer to solrClient : SolrClient in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type cloudServer : CloudSolrServer to client : CloudSolrClient in method public register(store String, key String, information KeyInformation, tx BaseTransaction) : void in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To | |
| Change Variable Type cloudServer : CloudSolrServer to cloudServer : CloudSolrClient in method public SolrIndex(config Configuration) in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type solrServer : SolrServer to solrClient : SolrClient in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter server : CloudSolrServer to client : CloudSolrClient in method private createCollectionIfNotExists(client CloudSolrClient, config Configuration, collection String) : void in class com.thinkaurelius.titan.diskstorage.solr.SolrIndex | From | To |