workcraft/workcraft

View on GitHub

Showing 2,488 of 2,488 total issues

Avoid too many return statements within this method.
Open

            return Result.success(new VerificationChainOutput(
                    envExportResult, null, mpsatResult, verificationParameters,
                    "The circuit strictly implements its environment."));

    Avoid too many return statements within this method.
    Open

                        return Result.failure(new SpotChainOutput(ltl2tgbaResult, envExportResult, pcompResult, null));

      Avoid too many return statements within this method.
      Open

                      return Result.success(new VerificationChainOutput(
                              devExportResult, pcompResult, mpsatResult, verificationParameters,
                              "Property is violated after the following trace(s):"));

        Avoid too many return statements within this method.
        Open

                    return Result.success(new SpotChainOutput(ltl2tgbaResult, mpsatResult));

          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 Result.failure(new CombinedChainOutput(
                                          devExportResult, pcompResult, null, null, verificationParametersList));

                Avoid too many return statements within this method.
                Open

                        return monitor;

                  Avoid too many return statements within this method.
                  Open

                              return;

                    Avoid too many return statements within this method.
                    Open

                            return true;

                      Avoid too many return statements within this method.
                      Open

                              return true;

                        Avoid too many return statements within this method.
                        Open

                                        return;

                          Avoid too many return statements within this method.
                          Open

                                  return "!" + expression;

                            Avoid too many return statements within this method.
                            Open

                                                return Result.success(new VerificationChainOutput(
                                                        compositionExportResult, modPcompResult, conformationMpsatResult, conformationParameters,
                                                        "Circuit does not conform to the environment after the following trace(s):"));

                              Avoid too many return statements within this method.
                              Open

                                              return Result.failure(new CombinedChainOutput(
                                                      devExportResult, pcompResult, unfoldingResult, null, verificationParametersList));

                                Avoid too many return statements within this method.
                                Open

                                                        return Result.cancel();

                                  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);

                                        Avoid too many return statements within this method.
                                        Open

                                                        return Result.failure(new VerificationChainOutput(
                                                                exportResult, null, deadlockResult, deadlockParameters));
                                        Severity: Major
                                        Found in workcraft/DfsPlugin/src/org/workcraft/plugins/dfs/tasks/CheckTask.java - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language