Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

feat: First version. #1

Merged
merged 2 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>${sonar-plugin.version}</version>
<version>3.9.1.2184</version>
<executions>
<execution>
<id>sca_with_sonar</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

/**
*
* @author Antonio Tarricone
*/
class AuthCodeBlockDataTest {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

/**
*
* @author Antonio Tarricone
*/
class AuthCodeBlockTest {
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

/**
*
* @author Antonio Tarricone
*/
class SecurityUtilTest {

/**
* Test method for {@link it.pagopa.swclient.mil.idpay.authcode.SecurityUtil#generateRnd()}.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/**
*
* @author Antonio Tarricone
*/
class UtilTest {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

/**
*
* @author Antonio Tarricone
*/
class ValidatorTest {
/**
Expand Down