80682c9651b855589fca759f6450064487bebd88
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable xmlWellFormed : boolean in method public isXMLFileWellFormed(metaA ValueMetaInterface, dataA Object) : boolean from class org.pentaho.di.core.row.ValueDataUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type in : FileInputStream to in : InputStream in method public createChecksum(metaA ValueMetaInterface, dataA Object, type String, failIfNoFile boolean) : String in class org.pentaho.di.core.row.ValueDataUtil | From | To | |
Extract Method | 6 | ||
Extract Method public getFileEncoding(metaA ValueMetaInterface, dataA Object, failIfNoFile boolean) : String extracted from public getFileEncoding(metaA ValueMetaInterface, dataA Object) : String in class org.pentaho.di.core.row.ValueDataUtil | From | To | |
Extract Method public createChecksum(metaA ValueMetaInterface, dataA Object, type String, failIfNoFile boolean) : String extracted from public createChecksum(metaA ValueMetaInterface, dataA Object, type String) : String in class org.pentaho.di.core.row.ValueDataUtil | From | To | |
Extract Method public loadFileContentInBinary(metaA ValueMetaInterface, dataA Object, failIfNoFile boolean) : byte[] extracted from public loadFileContentInBinary(metaA ValueMetaInterface, dataA Object) : Object in class org.pentaho.di.core.row.ValueDataUtil | From | To | |
Extract Method public checksumCRC32(metaA ValueMetaInterface, dataA Object, failIfNoFile boolean) : Long extracted from public ChecksumCRC32(metaA ValueMetaInterface, dataA Object) : Long in class org.pentaho.di.core.row.ValueDataUtil | From | To | |
Extract Method public isXMLFileWellFormed(metaA ValueMetaInterface, dataA Object, failIfNoFile boolean) : boolean extracted from public isXMLFileWellFormed(metaA ValueMetaInterface, dataA Object) : boolean in class org.pentaho.di.core.row.ValueDataUtil | From | To | |
Extract Method public checksumAdler32(metaA ValueMetaInterface, dataA Object, failIfNoFile boolean) : Long extracted from public ChecksumAdler32(metaA ValueMetaInterface, dataA Object) : Long in class org.pentaho.di.core.row.ValueDataUtil | From | To |