-
- Downloads
There was an error fetching the commit references. Please try again later.
Fix some SonarLint issues
refs #40
parent
109488d4
No related branches found
No related tags found
Pipeline #
Showing
- src/core/OneToOneMessage.java 4 additions, 4 deletionssrc/core/OneToOneMessage.java
- src/report/DistanceDelayReport.java 5 additions, 6 deletionssrc/report/DistanceDelayReport.java
- src/routing/ActiveRouter.java 2 additions, 2 deletionssrc/routing/ActiveRouter.java
- src/routing/EpidemicOracleRouter.java 4 additions, 4 deletionssrc/routing/EpidemicOracleRouter.java
- src/routing/MaxPropRouter.java 12 additions, 12 deletionssrc/routing/MaxPropRouter.java
- src/routing/MaxPropRouterWithEstimation.java 12 additions, 12 deletionssrc/routing/MaxPropRouterWithEstimation.java
- src/routing/ProphetRouter.java 5 additions, 5 deletionssrc/routing/ProphetRouter.java
- src/routing/ProphetRouterWithEstimation.java 7 additions, 7 deletionssrc/routing/ProphetRouterWithEstimation.java
- src/routing/ProphetV2Router.java 5 additions, 6 deletionssrc/routing/ProphetV2Router.java
- src/routing/util/MessageTransferAcceptPolicy.java 18 additions, 20 deletionssrc/routing/util/MessageTransferAcceptPolicy.java
Loading
-
SonarQube analysis reported 5 issues:
Watch the comments in this conversation to review them. Note: the following issues could not be reported as comments because they are located on lines that are not displayed in this commit:
-
Remove usage of generic wildcard type.
-
Drop this interface in favor of "java.util.function.Supplier".
-
Remove this unused "toReceivePolicy" private field.
-
Remove this unused "fromReceivePolicy" private field.
-
Rename this abstract class name to match the regular expression '^Abstract[A-Z][a-zA-Z0-9]*$'.
-
Please register or sign in to comment