alexminichino/trawell

View on GitHub

Showing 224 of 303 total issues

Method banuser has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public String banuser(@RequestParam(name = "username", required = true) String username,
            @RequestParam(name = "motivation", required = true) String motivation,
            @RequestParam(name = "bannedUntil", required = true) Date bannedUntil, HttpSession session, Model model)
Severity: Minor
Found in src/main/java/com/trawell/controllers/AdminController.java - About 35 mins to fix

    Method createPost has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public String createPost(@RequestParam(name="postDescription", required=true)  String postDescription,
        @RequestParam(name = "files", required = true) MultipartFile[] files,
                @ModelAttribute  Post post,  HttpSession session,@RequestParam(name="idGroup", required=false)  Long idGroup)
    Severity: Minor
    Found in src/main/java/com/trawell/controllers/PostController.java - About 35 mins to fix

      Function add has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              add: function(elem, types, handler, data, selector) {
      Severity: Minor
      Found in src/main/resources/static/js/jQuery.js - About 35 mins to fix

        Function Tween has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            function Tween(elem, options, prop, end, easing) {
        Severity: Minor
        Found in src/main/resources/static/js/jQuery.js - About 35 mins to fix

          Function superMatcher has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                              superMatcher = function(seed, context, xml, results, outermost) {
          Severity: Minor
          Found in src/main/resources/static/js/jQuery.js - About 35 mins to fix

            Function value has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                value: function resizeImage(file, width, height, resizeMethod, callback) {
            Severity: Minor
            Found in src/main/resources/static/js/dropzone.js - About 35 mins to fix

              Method view has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
              Open

                  @GetMapping("/view")
                  public String view(HttpSession session, @RequestParam("id") Long id, Model model) {
                      
                      //visualizzi il contenuto dell'itinerario da visualizzare
                      User user = (User) session.getAttribute("user");
              Severity: Minor
              Found in src/main/java/com/trawell/controllers/ItineraryController.java - About 35 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Method modify has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
              Open

                  @GetMapping("/modify")
                  public String modify (HttpSession session, @RequestParam("id") Long id, Model model) {
                      User user = (User) session.getAttribute("user");
              
                      if (user == null || id == null ? false : user.getUserItineraries() == null ? false : !user.getUserItineraries().isEmpty()) {
              Severity: Minor
              Found in src/main/java/com/trawell/controllers/ItineraryController.java - About 35 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Avoid too many return statements within this function.
              Open

                              return select(selector.replace(rtrim, "$1"), context, results, seed);
              Severity: Major
              Found in src/main/resources/static/js/jQuery.js - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                        return true;
                Severity: Major
                Found in src/main/java/com/trawell/models/TrawellGroup.java - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                          return true;
                  Severity: Major
                  Found in src/main/java/com/trawell/models/Itinerary.java - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                            return user.getIsAdmin() ? "redirect:/admin/serialnumber" : "redirect:/";
                    Severity: Major
                    Found in src/main/java/com/trawell/controllers/UsersController.java - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                      return false;
                      Severity: Major
                      Found in src/main/java/com/trawell/models/Itinerary.java - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                                        return results;
                        Severity: Major
                        Found in src/main/resources/static/js/jQuery.js - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                          return false;
                          Severity: Major
                          Found in src/main/java/com/trawell/models/TrawellGroup.java - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                                            return results;
                            Severity: Major
                            Found in src/main/resources/static/js/jQuery.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                                              return results;
                              Severity: Major
                              Found in src/main/resources/static/js/jQuery.js - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                                return false;
                                Severity: Major
                                Found in src/main/java/com/trawell/models/Carsharing.java - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                          return true;
                                  Severity: Major
                                  Found in src/main/java/com/trawell/models/User.java - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                            return true;
                                    Severity: Major
                                    Found in src/main/java/com/trawell/models/Carsharing.java - About 30 mins to fix
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language