Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Restructure project #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Restructure project #193
Changes from all commits
3f69e188f396a7384b401028894b781053fdf9f045afaf8a338364723324bc62b647481079bfaf811634b0900baFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 3 in src/main/java/org/phoebus/channelfinder/common/CFResourceDescriptors.java
Add a private constructor to hide the implicit public one.
Check warning on line 105 in src/main/java/org/phoebus/channelfinder/configuration/ElasticConfig.java
Rename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 463 in src/main/java/org/phoebus/channelfinder/configuration/PopulateDBConfiguration.java
Method has 8 parameters, which is greater than 7 authorized.
Check warning on line 660 in src/main/java/org/phoebus/channelfinder/configuration/PopulateDBConfiguration.java
Method has 9 parameters, which is greater than 7 authorized.
Check warning on line 1068 in src/main/java/org/phoebus/channelfinder/configuration/PopulateDBConfiguration.java
Method has 8 parameters, which is greater than 7 authorized.
Check failure on line 1210 in src/main/java/org/phoebus/channelfinder/configuration/PopulateDBConfiguration.java
Use already-defined constant 'GROUP' instead of duplicating its value here.
Check warning on line 39 in src/main/java/org/phoebus/channelfinder/configuration/WebSecurityConfig.java
Rename this field "ldap_url" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 52 in src/main/java/org/phoebus/channelfinder/configuration/WebSecurityConfig.java
Rename this field "embedded_ldap_enabled" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 58 in src/main/java/org/phoebus/channelfinder/configuration/WebSecurityConfig.java
Rename this field "embedded_ldap_user_dn_pattern" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 77 in src/main/java/org/phoebus/channelfinder/configuration/WebSecurityConfig.java
Rename this field "demo_auth_pwds" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 78 in src/main/java/org/phoebus/channelfinder/repository/ChannelRepository.java
Remove this field injection and use constructor injection instead.
Check warning on line 315 in src/main/java/org/phoebus/channelfinder/repository/ChannelRepository.java
Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.
Check warning on line 431 in src/main/java/org/phoebus/channelfinder/repository/ChannelRepository.java
Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' and ensure that the list is unmodified.
Check warning on line 546 in src/main/java/org/phoebus/channelfinder/repository/ChannelRepository.java
Either log this exception and handle it, or rethrow it with some contextual information.
Check warning on line 769 in src/main/java/org/phoebus/channelfinder/repository/ChannelRepository.java
Complete the task associated to this TODO comment.
Check warning on line 61 in src/main/java/org/phoebus/channelfinder/repository/PropertyRepository.java
Remove this field injection and use constructor injection instead.
Check warning on line 56 in src/main/java/org/phoebus/channelfinder/repository/TagRepository.java
Remove this field injection and use constructor injection instead.
Uh oh!
There was an error while loading. Please reload this page.