Skip to content

add compiler problem matcher #286

@Trass3r

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
				}
			]
		}

Activity

dmitry-shibanov

dmitry-shibanov commented on Jan 26, 2022

@dmitry-shibanov
Contributor

Hello @Trass3r. Thank you for your report. We'll investigate the feature request. Could you please provide a public repository for testing ?

Trass3r

Trass3r commented on Jan 26, 2022

@Trass3r
Author
Trass3r

Trass3r commented on Apr 13, 2023

@Trass3r
Author
added a commit that references this issue on Nov 30, 2023
linked a pull request that will close this issue on Dec 1, 2023
mridang

mridang commented on May 27, 2025

@mridang

@IvanZosimov or maybe someone else on the team, would it be possible to get the associated PR merged please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or request to improve the current logic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @mridang@Trass3r@dmitry-shibanov@IvanZosimov@mahabaleshwars

      Issue actions

        add compiler problem matcher · Issue #286 · actions/setup-java