faustinoaq / vscode-javac-linter

A Java linter for Visual Studio Code
MIT License
10 stars 2 forks source link

Extension issue #8

Open waza-kaunda opened 4 years ago

waza-kaunda commented 4 years ago

:warning: We have written the needed data into your clipboard. Please paste! :warning:

{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 13,
        "activateCallTime": 1,
        "activateResolvedTime": 46,
        "activationReason": {
            "startup": false,
            "extensionId": {
                "value": "faustinoaq.javac-linter",
                "_lower": "faustinoaq.javac-linter"
            },
            "activationEvent": "onLanguage:java"
        }
    },
    "runtimeErrors": [
        {
            "name": "TypeError",
            "message": "Cannot read property 'trim' of undefined"
        },
        {
            "name": "TypeError",
            "message": "Cannot read property 'trim' of undefined"
        },
        {
            "name": "TypeError",
            "message": "Cannot read property 'trim' of undefined"
        }
    ]
}