28831913fe7b3cff6e075dc08ccddc37eeea6c42
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable connectionKey : String to connectionKeyList : List<String> in method private messageDistributor(connectionKeyList List<String>, message Object) : void in class org.apache.camel.component.atmosphere.websocket.WebsocketProducer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type connectionKey : String to connectionKeyList : List<String> in method private messageDistributor(connectionKeyList List<String>, message Object) : void in class org.apache.camel.component.atmosphere.websocket.WebsocketProducer | From | To | |
| Inline Variable | 1 | ||
| Inline Variable msg : Object in method public run() : void from class org.apache.camel.component.atmosphere.websocket.WebsocketProducer.process.execute | From | To | |
| Extract Method | 1 | ||
| Extract Method private messageDistributor(connectionKeyList List<String>, message Object) : void extracted from public process(exchange Exchange) : void in class org.apache.camel.component.atmosphere.websocket.WebsocketProducer | From | To |