Skip to content

Commit 0bc10ec

Browse files
committed
remove nosonar from resources
1 parent 03f2277 commit 0bc10ec

File tree

12 files changed

+4
-24
lines changed

12 files changed

+4
-24
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sonar.exclusions=src/main/java/com/amadeus/resources/**
1+
sonar.cpd.exclusions=src/main/java/com/amadeus/resources/**

src/main/java/com/amadeus/resources/AirTraffic.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*NOSONAR*/
2-
31
package com.amadeus.resources;
42

53
import lombok.Getter;
@@ -50,7 +48,7 @@ protected Flights() {}
5048
public class Travelers {
5149
private @Getter Double score;
5250

53-
protected Travelers() {} // NOSONAR
51+
protected Travelers() {}
5452
}
5553
}
5654
}

src/main/java/com/amadeus/resources/DiseaseAreaReport.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*NOSONAR*/
2-
31
package com.amadeus.resources;
42

53
import com.amadeus.dutyOfCare.diseases.Covid19AreaReport;

src/main/java/com/amadeus/resources/DiseaseReport.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*NOSONAR*/
2-
31
package com.amadeus.resources;
42

53
import com.amadeus.dutyOfCare.diseases.Covid19Report;

src/main/java/com/amadeus/resources/FlightAvailability.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*NOSONAR*/
2-
31
package com.amadeus.resources;
42

53
import com.amadeus.shopping.availability.FlightAvailabilities;

src/main/java/com/amadeus/resources/FlightOfferSearch.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*NOSONAR*/
2-
31
package com.amadeus.resources;
42

53
import com.google.gson.annotations.SerializedName;

src/main/java/com/amadeus/resources/FlightOrder.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*NOSONAR*/
2-
31
package com.amadeus.resources;
42

53
import lombok.AllArgsConstructor;

src/main/java/com/amadeus/resources/HotelOffer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*NOSONAR*/
2-
31
package com.amadeus.resources;
42

53
import lombok.Getter;

src/main/java/com/amadeus/resources/HotelOfferSearch.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*NOSONAR*/
2-
31
package com.amadeus.resources;
42

53
import lombok.Getter;

src/main/java/com/amadeus/resources/Location.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*NOSONAR*/
2-
31
package com.amadeus.resources;
42

53
import lombok.Getter;
@@ -94,7 +92,7 @@ protected Flights() {}
9492
public class Travelers {
9593
private @Getter Double score;
9694

97-
protected Travelers() {} // NOSONAR
95+
protected Travelers() {}
9896
}
9997
}
10098
}

0 commit comments

Comments
 (0)