9da3f5af0db4bbc04c7e29beaf9e8ebb27ae894f
Files Diff
- Added: 22
- Removed: 16
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getTransactionIndex() : BigInteger renamed to public getIndex() : BigInteger in class org.apache.camel.component.web3j.springboot.Web3jComponentConfiguration.Web3jConfigurationNestedConfiguration | From | To | |
Rename Method public setTransactionIndex(transactionIndex BigInteger) : void renamed to public setIndex(index BigInteger) : void in class org.apache.camel.component.web3j.Web3jConfiguration | From | To | |
Rename Method public getTransactionIndex() : BigInteger renamed to public getIndex() : BigInteger in class org.apache.camel.component.web3j.Web3jConfiguration | From | To | |
Rename Method public setTransactionIndex(transactionIndex BigInteger) : void renamed to public setIndex(index BigInteger) : void in class org.apache.camel.component.web3j.springboot.Web3jComponentConfiguration.Web3jConfigurationNestedConfiguration | From | To | |
Pull Up Method | 1 | ||
Pull Up Method protected getUrl() : String from class org.apache.camel.component.web3j.Web3jConsumerIntegrationTest to protected getUrl() : String from class org.apache.camel.component.web3j.integration.Web3jIntegrationTestSupport | From | To | |
Rename Variable | 2 | ||
Rename Variable x : EthBlock to block : EthBlock.Block in method private blockObservable(x EthBlock) : void in class org.apache.camel.component.web3j.Web3jConsumer | From | To | |
Rename Variable transactionIndex : BigInteger to uncleIndex : BigInteger in method package ethGetUncleByBlockHashAndIndex(message Message) : void in class org.apache.camel.component.web3j.Web3jProducer | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private mockResult : MockEndpoint from class org.apache.camel.component.web3j.Web3jConsumerIntegrationTest to protected mockResult : MockEndpoint from class org.apache.camel.component.web3j.integration.Web3jIntegrationTestSupport | From | To | |
Rename Class | 13 | ||
Rename Class org.apache.camel.component.web3j.Web3jConsumerCatchUpToLatestBlocksObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerCatchUpToLatestBlocksObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerEthPendingTransactionHashObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerEthPendingTransactionHashObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jTestSupport renamed to org.apache.camel.component.web3j.Web3jMockTestSupport | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerCatchUpToLatestAndSubscribeToNewTransactionsObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerCatchUpToLatestAndSubscribeToNewTransactionsObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerPendingTransactionObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerPendingTransactionObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerReplyBlocksObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerReplyBlocksObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerTransactionObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerTransactionObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerEthBlockHashObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerEthBlockHashObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerCatchUpToLatestAndSubscribeToNewBlocksObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerCatchUpToLatestAndSubscribeToNewBlocksObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerCatchUpToLatestTransactionsObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerCatchUpToLatestTransactionsObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerReplyTransactionsObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerReplyTransactionsObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerEthLogObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerEthLogObservableMockTest | From | To | |
Rename Class org.apache.camel.component.web3j.Web3jConsumerBlockObservableTest renamed to org.apache.camel.component.web3j.Web3jConsumerBlockObservableMockTest | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.apache.camel.component.web3j.Web3jConsumerIntegrationTest moved and renamed to org.apache.camel.component.web3j.integration.Web3jConsumerTransactionsTest | From | To | |
Move And Rename Class org.apache.camel.component.web3j.Web3jProducerIntegrationTest moved and renamed to org.apache.camel.component.web3j.integration.Web3jProducerMainnetTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.camel.component.web3j.integration.Web3jIntegrationTestSupport from classes [org.apache.camel.component.web3j.integration.Web3jConsumerTransactionsTest, org.apache.camel.component.web3j.integration.Web3jProducerMainnetTest] | From | To | |
Rename Attribute | 3 | ||
Rename Attribute transactionIndex : BigInteger to index : BigInteger in class org.apache.camel.component.web3j.Web3jConfiguration | From | To | |
Rename Attribute TRANSACTION_INDEX : String to INDEX : String in class org.apache.camel.component.web3j.Web3jConstants | From | To | |
Rename Attribute transactionIndex : BigInteger to index : BigInteger in class org.apache.camel.component.web3j.springboot.Web3jComponentConfiguration.Web3jConfigurationNestedConfiguration | From | To | |
Change Variable Type | 6 | ||
Change Variable Type body : Optional<Transaction> to body : Transaction in method public ethGetTransactionByHashTest() : void in class org.apache.camel.component.web3j.Web3jProducerTest | From | To | |
Change Variable Type body : Optional<Transaction> to body : Transaction in method public ethGetTransactionByBlockNumberAndIndexTest() : void in class org.apache.camel.component.web3j.Web3jProducerTest | From | To | |
Change Variable Type body : Optional<Transaction> to body : Transaction in method public ethGetTransactionByBlockHashAndIndexTest() : void in class org.apache.camel.component.web3j.Web3jProducerTest | From | To | |
Change Variable Type x : EthBlock to block : EthBlock.Block in method private blockObservable(x EthBlock) : void in class org.apache.camel.component.web3j.Web3jConsumer | From | To | |
Change Variable Type body : String to body : BigInteger in method public netPeerCountTest() : void in class org.apache.camel.component.web3j.Web3jProducerTest | From | To | |
Change Variable Type body : String to body : List in method public ethGetWorkTest() : void in class org.apache.camel.component.web3j.Web3jProducerTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter transactionIndex : BigInteger to index : BigInteger in method public setIndex(index BigInteger) : void in class org.apache.camel.component.web3j.Web3jConfiguration | From | To | |
Rename Parameter transactionIndex : BigInteger to index : BigInteger in method public setIndex(index BigInteger) : void in class org.apache.camel.component.web3j.springboot.Web3jComponentConfiguration.Web3jConfigurationNestedConfiguration | From | To |