d0f954072128e9bb1dbcc0168dbfe24165d44fb3
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 29
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Removed | |
| junit:junit:4.11 | |
| org.apache.ant:ant-jsch:1.7.1 | |
| ant-contrib:ant-contrib:20020829 | |
| com.jcraft:jsch:0.1.51 | |
| org.mockito:mockito-all:1.9.5 | |
| org.osgi:org.osgi.core:4.3.0 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getFileDescriptor() : int renamed to public getBusNumber() : int in class com.pi4j.io.i2c.impl.I2CBusImpl | From | To | |
| Rename Method public getFileDescriptor() : int renamed to public getBusNumber() : int in class com.pi4j.io.i2c.I2CBus | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type bus : I2CBus to bus : I2CBusImpl in method public I2CDeviceImpl(bus I2CBusImpl, address int) in class com.pi4j.io.i2c.impl.I2CDeviceImpl | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute lock : Lock to singletonPerBusLock : Lock in class com.pi4j.io.i2c.impl.I2CBusImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type bus : I2CBus to bus : I2CBusImpl in class com.pi4j.io.i2c.impl.I2CDeviceImpl | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public getBus(busNumber int, lockAquireTimeout long, lockAquireTimeoutUnit TimeUnit) : I2CBusImplBananaPi extracted from public getBus(busNumber int) : I2CBus in class com.pi4j.io.i2c.I2CFactoryProviderRaspberry & moved to class com.pi4j.io.i2c.impl.I2CBusImplBananaPi | From | To |