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

EPMRPP-89678 || Filter parameters are missing for some endpoints on API tab in "API Documentation" page #1938

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

APiankouski
Copy link
Contributor

…PI tab in "API Documentation" page

@APiankouski APiankouski requested a review from avarabyeu as a code owner March 4, 2024 13:00
@@ -133,4 +154,83 @@ private String convertMethodNameToTitle(String methodName) {
StringBuilder title = new StringBuilder(methodName.replaceAll("([A-Z])", " $1"));
return title.substring(0, 1).toUpperCase(Locale.ROOT) + title.substring(1).trim();
}

@Bean
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.epam.ta.reportportal.util;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck> reported by reviewdog 🐶
'package' should be separated from previous line.

package com.epam.ta.reportportal.util;


import io.swagger.v3.oas.models.media.*;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck> reported by reviewdog 🐶
Using the '.' form of import should be avoided - io.swagger.v3.oas.models.media..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

used * in case if need add another schemes from package

import java.util.function.Supplier;


/**
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> reported by reviewdog 🐶
Summary javadoc is missing.

schemas.put(List.class, ArraySchema::new);
}

public static Schema createSchemaForType(Class<?> type) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

@APiankouski APiankouski merged commit bfd0767 into develop Mar 4, 2024
3 of 4 checks passed
@APiankouski APiankouski deleted the EPMRPP-89678 branch March 4, 2024 13:36
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.

2 participants