Skip to content

add compiler problem matcher #286

Description

@Trass3r

I'm puzzled this doesn't set up problem matchers for compiler messages like

/home/runner/work/user/repo/src/[...].java:203: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    protected String getResource() {
/home/runner/work/user/repo/src/[...].java:563: error: cannot find symbol

Something like

		{
			"owner": "java",
			"pattern": [
				{
					"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
					"file": 1,
					"line": 2,
					"severity": 3,
					"message": 4
				}
			]
		}

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or request to improve the current logicjavascriptPull requests that update Javascript code

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions