workcraft/workcraft

View on GitHub

Showing 591 of 2,492 total issues

Avoid too many return statements within this method.
Open

                return;

    Avoid too many return statements within this method.
    Open

                        return Result.failure(new VerificationChainOutput(
                                devExportResult, pcompResult, unfoldingResult, preparationParameters));

      Avoid too many return statements within this method.
      Open

                              return Result.cancel();

        Avoid too many return statements within this method.
        Open

                        return Result.failure(new VerificationChainOutput(
                                devExportResult, pcompResult, mpsatResult, verificationParameters));

          Avoid too many return statements within this method.
          Open

                                  return false;

            Avoid too many return statements within this method.
            Open

                            return Result.success(new VerificationChainOutput(
                                    exportResult, null, mpsatResult, verificationParameters,
                                    "Dataflow is not output-persistent"));

              Avoid too many return statements within this method.
              Open

                              return Result.success(new VerificationChainOutput(
                                      exportResult, null, mpsatResult, verificationParameters,
                                      "Dataflow has a deadlock"));

                Avoid too many return statements within this method.
                Open

                            return new Result<>(e);

                  Avoid too many return statements within this method.
                  Open

                                      return Result.cancel();

                    Avoid too many return statements within this method.
                    Open

                                return;

                      Avoid too many return statements within this method.
                      Open

                                  return new Result<>(e);
                        Severity
                        Category
                        Status
                        Source
                        Language