2a57ca8cf2f3afd1f895e2d2bc555a6470e83c45
Files Diff
- Added: 3
- Removed: 6
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable problemList : List<Problem> to problems : List<Problem> in method public reconcilePath(fileLocation String, projectPath String) : void in class org.eclipse.che.plugin.maven.server.core.reconcile.PomReconciler | From | To | |
Change Return Type | 2 | ||
Change Return Type Promise<List<Problem>> to Promise<Void> in method public reconcilePom(pomPath String) : Promise<Void> in class org.eclipse.che.plugin.maven.client.service.MavenServerServiceClient | From | To | |
Change Return Type Promise<List<Problem>> to Promise<Void> in method public reconcilePom(pomPath String) : Promise<Void> in class org.eclipse.che.plugin.maven.client.service.MavenServerServiceClientImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute transmitter : RequestTransmitter to client : LanguageClient in class org.eclipse.che.plugin.maven.server.core.reconcile.PomReconciler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type transmitter : RequestTransmitter to client : LanguageClient in class org.eclipse.che.plugin.maven.server.core.reconcile.PomReconciler | From | To | |
Extract Method | 1 | ||
Extract Method public reconcilePath(fileLocation String, projectPath String) : void extracted from private onEditorContentUpdated(event EditorWorkingCopyUpdatedEvent) : void in class org.eclipse.che.plugin.maven.server.core.reconcile.PomReconciler | From | To |