bd380ac08a59607757d75c9b6331268b0e77ef07
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type gpgSignatureArtifact : Optional<Artifact> to gpgSignatureArtifact : Optional<RemoteArtifact> in method public RemoteArtifact(name String, filename String, md5sum Optional<String>, filesize Optional<Long>, gpgSignatureArtifact Optional<RemoteArtifact>) in class com.hubspot.deploy.RemoteArtifact | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Optional<Artifact> to Optional<RemoteArtifact> in method public getGpgSignatureArtifact() : Optional<RemoteArtifact> in class com.hubspot.deploy.RemoteArtifact | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type gpgSignatureArtifact : Optional<Artifact> to gpgSignatureArtifact : Optional<RemoteArtifact> in class com.hubspot.deploy.RemoteArtifact | From | To |