Skip to content

add javac problem matcher#562

Merged
brunoborges merged 5 commits into
actions:mainfrom
Trass3r:main
Jun 22, 2026
Merged

add javac problem matcher#562
brunoborges merged 5 commits into
actions:mainfrom
Trass3r:main

Conversation

@Trass3r

@Trass3r Trass3r commented Dec 1, 2023

Copy link
Copy Markdown
Contributor

Description:
Add problem matcher for Java compiler diagnostics.

Related issue:
Fixes #286

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@Trass3r Trass3r requested a review from a team as a code owner December 1, 2023 00:26
@Trass3r

Trass3r commented Dec 1, 2023

Copy link
Copy Markdown
Contributor Author

@IvanZosimov IvanZosimov added feature request New feature or request to improve the current logic needs eyes labels Dec 1, 2023
@Trass3r

Trass3r commented Jul 9, 2024

Copy link
Copy Markdown
Contributor Author

Can someone please review this?

@Trass3r

Trass3r commented Jul 8, 2025

Copy link
Copy Markdown
Contributor Author

@IvanZosimov ping

@Trass3r

Trass3r commented Jul 22, 2025

Copy link
Copy Markdown
Contributor Author

@HarithaVattikuti who could help with this PR?

@Trass3r

Trass3r commented Oct 28, 2025

Copy link
Copy Markdown
Contributor Author

@mahabaleshwars could you review?

Copilot AI review requested due to automatic review settings June 22, 2026 16:40
brunoborges
brunoborges previously approved these changes Jun 22, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions problem matcher for javac diagnostics so Java compiler warnings/errors are surfaced as workflow annotations when using actions/setup-java.

Changes:

  • Extend the existing .github/java.json matcher configuration with a new javac matcher pattern for file:line: warning|error: message output.
Show a summary per file
File Description
.github/java.json Adds a javac problem matcher entry to annotate compiler warnings/errors in GitHub Actions logs.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 2

Comment thread .github/java.json Outdated
Comment thread .github/java.json
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@brunoborges brunoborges requested a review from gdams June 22, 2026 16:43
@brunoborges brunoborges merged commit dc8e16a into actions:main Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature request New feature or request to improve the current logic

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add compiler problem matcher

4 participants