bace0b47ada0d107f33d26ac282e1d6fb0a43156
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type ConcurrentOpenHashMap<String,List<ProducerHandler>> to ConcurrentOpenHashMap<String,ConcurrentOpenHashSet<ProducerHandler>> in method public getProducers() : ConcurrentOpenHashMap<String,ConcurrentOpenHashSet<ProducerHandler>> in class org.apache.pulsar.websocket.WebSocketService | From | To | |
Change Return Type ConcurrentOpenHashMap<String,List<ReaderHandler>> to ConcurrentOpenHashMap<String,ConcurrentOpenHashSet<ReaderHandler>> in method public getReaders() : ConcurrentOpenHashMap<String,ConcurrentOpenHashSet<ReaderHandler>> in class org.apache.pulsar.websocket.WebSocketService | From | To | |
Change Return Type ConcurrentOpenHashMap<String,List<ConsumerHandler>> to ConcurrentOpenHashMap<String,ConcurrentOpenHashSet<ConsumerHandler>> in method public getConsumers() : ConcurrentOpenHashMap<String,ConcurrentOpenHashSet<ConsumerHandler>> in class org.apache.pulsar.websocket.WebSocketService | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type topicConsumerMap : ConcurrentOpenHashMap<String,List<ConsumerHandler>> to topicConsumerMap : ConcurrentOpenHashMap<String,ConcurrentOpenHashSet<ConsumerHandler>> in class org.apache.pulsar.websocket.WebSocketService | From | To | |
Change Attribute Type topicProducerMap : ConcurrentOpenHashMap<String,List<ProducerHandler>> to topicProducerMap : ConcurrentOpenHashMap<String,ConcurrentOpenHashSet<ProducerHandler>> in class org.apache.pulsar.websocket.WebSocketService | From | To | |
Change Attribute Type topicReaderMap : ConcurrentOpenHashMap<String,List<ReaderHandler>> to topicReaderMap : ConcurrentOpenHashMap<String,ConcurrentOpenHashSet<ReaderHandler>> in class org.apache.pulsar.websocket.WebSocketService | From | To |