99f7167500c0878ac83e22929a48a023dcb50707
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable widTemplate : ST to stTemplate : ST in method public getTemplateData(templateStr String, widInfoMap Map<String,WidInfo>) : byte[] in class org.jbpm.process.workitem.core.util.WidProcessor | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable wrappedResults : Map<String,WidInfo> to widInfoMap : Map<String,WidInfo> in method public getTemplateData(templateStr String, widInfoMap Map<String,WidInfo>) : byte[] in class org.jbpm.process.workitem.core.util.WidProcessor | From | To | |
| Parameterize Variable widName : String to name : String in method public getFileObject(pkg String, name String) : FileObject in class org.jbpm.process.workitem.core.util.WidProcessor | From | To | |
| Extract Method | 3 | ||
| Extract Method public getTemplateData(templateStr String, widInfoMap Map<String,WidInfo>) : byte[] extracted from public postProcessWorkItemDefinition() : boolean in class org.jbpm.process.workitem.core.util.WidProcessor | From | To | |
| Extract Method public getFileObject(pkg String, name String) : FileObject extracted from public postProcessWorkItemDefinition() : boolean in class org.jbpm.process.workitem.core.util.WidProcessor | From | To | |
| Extract Method public writeStream(fileObject FileObject, data byte[]) : void extracted from public postProcessWorkItemDefinition() : boolean in class org.jbpm.process.workitem.core.util.WidProcessor | From | To |