-
Notifications
You must be signed in to change notification settings - Fork 34
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
fragment config isn't indexed by pages #10047 #10050
Conversation
@@ -54,22 +54,23 @@ | |||
|
|||
private Form configFormWithHtmlArea; | |||
|
|||
private Form configFormWithTextInput; |
Check warning
Code scanning / Pmd (reported by Codacy)
Avoid unused private fields such as 'configFormWithTextInput'.
@@ -54,22 +54,23 @@ | |||
|
|||
private Form configFormWithHtmlArea; | |||
|
|||
private Form configFormWithTextInput; |
Check warning
Code scanning / Pmd (reported by Codacy)
Perhaps 'configFormWithTextInput' could be replaced by a local variable.
@@ -221,6 +209,42 @@ | |||
|
|||
} | |||
|
|||
@Test | |||
public void test_fragment_page() |
Check notice
Code scanning / Pmd (reported by Codacy)
The JUnit 5 test method name 'test_fragment_page' doesn't match '[a-z][a-zA-Z0-9]*'
Codecov ReportBase: 84.06% // Head: 84.07% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #10050 +/- ##
=========================================
Coverage 84.06% 84.07%
- Complexity 19310 19313 +3
=========================================
Files 2582 2582
Lines 67781 67785 +4
Branches 5453 5453
=========================================
+ Hits 56982 56988 +6
+ Misses 8103 8102 -1
+ Partials 2696 2695 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
No description provided.