c28ca30d400bf50a9b93209a7887a20b68a4c209
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public deserialize(jp JsonParser, ctxt DeserializationContext) : Level from class io.dropwizard.jackson.LogbackModule.LevelDeserializer to package toLevel(text String) : Level from class io.dropwizard.logging.DefaultLoggingFactory | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type level : Level to level : String in method public setLevel(level String) : void in class io.dropwizard.logging.LoggerConfiguration | From | To | |
Change Parameter Type level : Level to level : String in method public setLevel(level String) : void in class io.dropwizard.logging.DefaultLoggingFactory | From | To | |
Change Return Type | 3 | ||
Change Return Type Level to String in method public getThreshold() : String in class io.dropwizard.logging.AbstractAppenderFactory | From | To | |
Change Return Type Level to String in method public getLevel() : String in class io.dropwizard.logging.DefaultLoggingFactory | From | To | |
Change Return Type Level to String in method public getLevel() : String in class io.dropwizard.logging.LoggerConfiguration | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type level : Level to level : String in class io.dropwizard.logging.DefaultLoggingFactory | From | To | |
Change Attribute Type level : Level to level : String in class io.dropwizard.logging.LoggerConfiguration | From | To |