-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code cleanup, some new "name" query parameters, OAuth in /metadata
* Removed some duplicate code from query parameter classes. * Implemented a few new "name" query parameters. * Added security OAuth entry to CapabilityStatement (/metadata) if OAuth is enabled. * Simplified some lambda expressions and switched to methods handles where possible. * Removed not needed casts. * Removed explicit generic types, where types can be inferred. * Combined some if/else-if statements. * Added missing @OverRide annotations. * Added final to class fields where applicable. * Introduced switch-expressions where possible, remove default case in switch-expressions if all cases covered. * Regenerated equals and hashCode implementation based on Objects... methods. * Other minor code cleanup.
- Loading branch information
Showing
227 changed files
with
2,052 additions
and
3,223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.