9fea6ee5b8a67d0b035c82caaac151d8f1ff0d8b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected drawArrow(arrow EImage, x1 int, y1 int, x2 int, y2 int, theta double, size int, factor double, transHop TransHopMeta, startObject Object, endObject Object) : void renamed to protected drawArrow2(arrow EImage, x1 int, y1 int, x2 int, y2 int, theta double, size int, factor double, transHop TransHopMeta, startObject Object, endObject Object, mx int, my int) : void in class org.pentaho.di.trans.TransPainter | From | To | |
Rename Method protected drawArrow(arrow EImage, x1 int, y1 int, x2 int, y2 int, theta double, size int, factor double, jobHop JobHopMeta, startObject Object, endObject Object) : void renamed to protected drawArrow2(arrow EImage, x1 int, y1 int, x2 int, y2 int, theta double, size int, factor double, jobHop JobHopMeta, startObject Object, endObject Object, mx int, my int) : void in class org.pentaho.di.job.JobPainter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type abstractMeta : AbstractMeta to abstractMeta : AbstractMeta<?> in method private replaceSharedObjects(abstractMeta AbstractMeta<?>) : void in class org.pentaho.di.repository.RepositoryImporter | From | To | |
Move And Rename Attribute | 1 | ||
Move And Rename Attribute protected jobhops : List<JobHopMeta> renamed to protected hops : List<Hop> and moved from class org.pentaho.di.job.JobMeta to class org.pentaho.di.base.AbstractMeta | From | To | |
Change Variable Type | 1 | ||
Change Variable Type meta : AbstractMeta to meta : AbstractMeta<?> in method private testReadSharedObjects(gMeta GenericMeta) : void in class org.pentaho.di.repository.pur.PurRepository_SharedObjects_Links_IT | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type abstractMeta : AbstractMeta to abstractMeta : AbstractMeta<?> in class org.pentaho.di.ui.core.dialog.ConfigurationDialog | From | To |