LearnPAd/learnpad

View on GitHub
lp-collaborative-workspace/lp-cw-bridge/lp-cw-bridge-implementation/src/main/java/eu/learnpad/cw/UICWBridge.java

Summary

Maintainability
A
3 hrs
Test Coverage

Method feedbackNotification has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public void feedbackNotification(String modelSetId, String modelId, String artifactId, String resourceId, String action, String userId) throws LpRestException; 

    Method attachmentNotification has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public void attachmentNotification(String modelSetId, String modelId, String artifactId, String resourceId, String action, String userId) throws LpRestException; 

      Method commentNotification has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public void commentNotification(String modelSetId, String modelId, String artifactId, String resourceId, String action, String userId) throws LpRestException; 

        Method pageNotification has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public void pageNotification(String modelSetId, String modelId, String artifactId, String resourceId, String action, String userId) throws LpRestException; 

          There are no issues that match your filters.

          Category
          Status