4d14c575057f5f4610605f2cda0254c5e8c71885
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected countDown() : void renamed to private notifySessionClosed() : void in class org.apache.camel.component.mina2.Mina2Producer.ResponseHandler | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute downLatch : CountDownLatch to closeLatch : CountDownLatch in method private notifySessionClosed() : void in class org.apache.camel.component.mina2.Mina2Producer.ResponseHandler | From | To | |
Rename Attribute | 1 | ||
Rename Attribute latch : CountDownLatch to responseLatch : CountDownLatch in class org.apache.camel.component.mina2.Mina2Producer | From | To |