Skip to content
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

Improve ApplicationKeys and SiteConfigs collections #10029 #10030

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

rymsha
Copy link
Contributor

@rymsha rymsha commented Feb 7, 2023

No description provided.

}

@Test
void empty_from_same()

Check notice

Code scanning / Pmd (reported by Codacy)

The JUnit 5 test method name 'empty_from_same' doesn't match '[a-z][a-zA-Z0-9]*'

The JUnit 5 test method name 'empty_from_same' doesn't match '[a-z][a-zA-Z0-9]*'
{
private static final ArrayList<ApplicationKey> list = new ArrayList();
private static final ArrayList<ApplicationKey> list = new ArrayList<>();

Check notice

Code scanning / Checkstyle (reported by Codacy)

Name 'list' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.

Name 'list' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
@rymsha rymsha marked this pull request as ready for review February 7, 2023 13:48
@rymsha rymsha merged commit d7a2239 into master Feb 9, 2023
@rymsha rymsha deleted the issue-10029 branch February 9, 2023 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants