168e37c3fc13082022091c823eec026eff1ce6ae
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public tryToRenderResult(context Context, result Result, throwInternalServerExceptionOnError boolean) : void renamed to public renderResult(context Context, result Result) : void in class ninja.diagnostics.DiagnosticErrorRenderer | From | To | |
Rename Method public isDiagnostic() : boolean renamed to public areDiagnosticsEnabled() : boolean in class ninja.utils.NinjaPropertiesImpl | From | To | |
Rename Method public isDiagnostic() : boolean renamed to public areDiagnosticsEnabled() : boolean in class ninja.utils.NinjaProperties | From | To | |
Rename Method public isDiagnostic() : boolean renamed to public areDiagnosticsEnabled() : boolean in class ninja.utils.MockNinjaProperties | From | To | |
Rename Attribute | 1 | ||
Rename Attribute DIAGNOSTIC_KEY_NAME : String to DIAGNOSTICS_KEY_NAME : String in class ninja.utils.NinjaConstant | From | To | |
Extract Method | 5 | ||
Extract Method public areDiagnosticsEnabled() : boolean extracted from public getUnauthorizedResult(context Context) : Result in class ninja.NinjaDefault | From | To | |
Extract Method public areDiagnosticsEnabled() : boolean extracted from public getBadRequestResult(context Context, exception Exception) : Result in class ninja.NinjaDefault | From | To | |
Extract Method public areDiagnosticsEnabled() : boolean extracted from public getInternalServerErrorResult(context Context, exception Exception) : Result in class ninja.NinjaDefault | From | To | |
Extract Method public areDiagnosticsEnabled() : boolean extracted from public getForbiddenResult(context Context) : Result in class ninja.NinjaDefault | From | To | |
Extract Method public areDiagnosticsEnabled() : boolean extracted from public getNotFoundResult(context Context) : Result in class ninja.NinjaDefault | From | To |