Skip to content

Commit

Permalink
Merge pull request #5171 from jlahoda/missing-ref-is-query
Browse files Browse the repository at this point in the history
Allow to run missing ref hint in batch mode, but mark it as not having a fix.
  • Loading branch information
mbien authored Jan 5, 2023
2 parents 3bf285b + fc04bf6 commit b37d05e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import org.netbeans.spi.java.hints.TriggerTreeKind;
import org.openide.util.NbBundle.Messages;

@Hint(displayName = "#DN_MissingRefOutputHint", description = "#DESC_MissingRefOutputHint", category = "general", options=Options.NO_BATCH)
@Hint(displayName = "#DN_MissingRefOutputHint", description = "#DESC_MissingRefOutputHint", category = "general", options=Options.QUERY)
@Messages({
"DN_MissingRefOutputHint=Missing Reference Output",
"DESC_MissingRefOutputHint=Checks for missing reference output in jtreg @compile tags."
Expand Down

0 comments on commit b37d05e

Please sign in to comment.