skofgar/mercury

View on GitHub

Showing 821 of 821 total issues

Identical blocks of code found in 4 locations. Consider refactoring.
Open

        if (trace != null) {
            if (trace.route != null && event.getFrom() == null) {
                event.setFrom(trace.route);
            }
            if (trace.id != null && trace.path != null) {
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 580..587
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 878..885
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 946..953

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 78.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 4 locations. Consider refactoring.
Open

        if (trace != null) {
            if (trace.route != null && event.getFrom() == null) {
                event.setFrom(trace.route);
            }
            if (trace.id != null && trace.path != null) {
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 712..719
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 878..885
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 946..953

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 78.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 4 locations. Consider refactoring.
Open

            if (trace != null) {
                if (trace.route != null && event.getFrom() == null) {
                    event.setFrom(trace.route);
                }
                if (trace.id != null && trace.path != null) {
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 580..587
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 712..719
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 878..885

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 78.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 2 locations. Consider refactoring.
Open

        if (trace != null) {
            if (trace.id != null && trace.path != null) {
                event.setTrace(trace.id, trace.path);
            }
            if (trace.route != null && event.getFrom() == null) {
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 1061..1068

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 78.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 2 locations. Consider refactoring.
Open

            if (trace != null) {
                if (trace.id != null && trace.path != null) {
                    event.setTrace(trace.id, trace.path);
                }
                if (trace.route != null && event.getFrom() == null) {
system/platform-core/src/main/java/org/platformlambda/core/system/PostOffice.java on lines 1009..1016

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 78.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Method queryParametersToString has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @SuppressWarnings("unchecked")
    private String queryParametersToString(AsyncHttpRequest request) {
        StringBuilder sb = new StringBuilder();
        Map<String, Object> params = request.getQueryParameters();
        if (params.isEmpty()) {

    Method getUrl has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        private String getUrl(String url, boolean exact) {
            StringBuilder sb = new StringBuilder();
            List<String> parts = Utility.getInstance().split(url.toLowerCase(), "/");
            for (String p: parts) {
                String s = p.trim();

      Method handleEvent has 28 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          @Override
          public Object handleEvent(Map<String, String> headers, Object body, int instance) throws Exception {
              AsyncHttpRequest request = new AsyncHttpRequest(body);
              if (request.getUrl() == null) {
                  throw new IllegalArgumentException("The input does not appear to be a HTTP request. " +

        Identical blocks of code found in 2 locations. Consider refactoring.
        Open

                if (origin.equals(Platform.getInstance().getOrigin())) {
                    event.setTo(PostOffice.ACTUATOR_SERVICES);
                } else {
                    if (!po.exists(origin)) {
                        httpUtil.sendError(requestId, request, 404, origin+NOT_REACHABLE);
        system/platform-core/src/main/java/org/platformlambda/automation/http/HttpRequestHandler.java on lines 191..199

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 76.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Identical blocks of code found in 2 locations. Consider refactoring.
        Open

                if (origin.equals(Platform.getInstance().getOrigin())) {
                    event.setTo(PostOffice.ACTUATOR_SERVICES);
                } else {
                    if (!po.exists(origin)) {
                        httpUtil.sendError(requestId, request, 404, origin+NOT_REACHABLE);
        system/platform-core/src/main/java/org/platformlambda/automation/http/HttpRequestHandler.java on lines 227..235

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 76.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Method release has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            public void release(String route) throws IOException {
                if (route != null && registry.containsKey(route)) {
                    ServiceDef def = registry.get(route);
                    if (!def.isPrivate()) {
                        TargetRoute cloud = PostOffice.getInstance().getCloudRoute();

        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 readInputStream has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            private void readInputStream(ObjectStreamWriter out, Buffer block, int len) {
                if (out != null && block != null && len > 0) {
                    try {
                        byte[] data = block.getBytes(0, len);
                        if (data.length > BUFFER_SIZE) {

        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 resumeSubscription has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            public void resumeSubscription() {
                Utility util = Utility.getInstance();
                List<String> subscribers = new ArrayList<>(suspendedSubscribers.keySet());
                for (String subscriber: subscribers) {
                    SubscriberDetails details = suspendedSubscribers.get(subscriber);

        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 sendResponse has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            public void sendResponse(String type, String requestId, HttpServerRequest request, int status, String message) {
                ServiceGateway.closeContext(requestId);
                String accept = request.getHeader(ACCEPT);
                if (accept == null) {
                    accept = "?";

        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 queryParametersToString has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            @SuppressWarnings("unchecked")
            private String queryParametersToString(AsyncHttpRequest request) {
                StringBuilder sb = new StringBuilder();
                Map<String, Object> params = request.getQueryParameters();
                if (params.isEmpty()) {

        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 equals has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            public boolean equals(String eTag) {
                if (eTag == null) {
                    return false;
                }
                if (eTag.contains(",")) {

        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 suspendResume has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            private void suspendResume(String requestId, HttpServerRequest request) {
                PostOffice po = PostOffice.getInstance();
                SimpleHttpUtility httpUtil = SimpleHttpUtility.getInstance();
                String origin = request.getHeader(APP_INSTANCE);
                if (origin == null) {

        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 doApps has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            private void doApps(String[] args, boolean main) {
                // find and execute optional preparation modules
                Utility util = Utility.getInstance();
                SimpleClassScanner scanner = SimpleClassScanner.getInstance();
                Set<String> packages = scanner.getPackages(true);

        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 loadRest has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            private void loadRest(List<Map<String, Object>> config) {
                for (Map<String, Object> entry: config) {
                    if (entry.containsKey(SERVICE) && entry.containsKey(METHODS) && entry.containsKey(URL_LABEL)
                            && entry.get(URL_LABEL) instanceof String) {
                        String url = (String) entry.get(URL_LABEL);

        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 loadMulticast has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            @SuppressWarnings("unchecked")
            private void loadMulticast(Map<String, Object> map) {
                Set<String> list = new HashSet<>();
                Platform platform = Platform.getInstance();
                MultiLevelMap multi = new MultiLevelMap(map);

        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

        Severity
        Category
        Status
        Source
        Language