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-87358 || Mark launch as important #2000

Merged
merged 2 commits into from
May 28, 2024

Conversation

IvanKustau
Copy link
Contributor

No description provided.

@IvanKustau IvanKustau self-assigned this May 27, 2024
@IvanKustau IvanKustau requested a review from avarabyeu as a code owner May 27, 2024 15:03
@@ -12,18 +13,18 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

public class AttributeHandlerTest {
public class RetentionPolicyAttributeHandlerTest {

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.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

@Autowired
public UpdateLaunchHandlerImpl(GetProjectHandler getProjectHandler,
GetLaunchHandler getLaunchHandler, LaunchAccessValidator launchAccessValidator,
LaunchRepository launchRepository, LogIndexer logIndexer,
Map<AnalyzerType, LaunchAnalysisStrategy> launchAnalysisStrategyMapping,
@Qualifier("uniqueErrorAnalysisStarterAsync")
UniqueErrorAnalysisStarter uniqueErrorAnalysisStarter) {
UniqueErrorAnalysisStarter uniqueErrorAnalysisStarter, LaunchAttributeHandlerService launchAttributeHandlerService) {

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.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 123).


import com.epam.ta.reportportal.entity.launch.Launch;

/**

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.

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;

/**

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 🐶
First sentence of Javadoc is missing an ending period.

@pbortnik pbortnik merged commit b36d043 into develop May 28, 2024
7 checks passed
@pbortnik pbortnik deleted the EPMRPP-87358-mark-launch-is-important branch May 28, 2024 10:28
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