Searched refs:MoreInfoProposal (Results 1 – 1 of 1) sorted by relevance
133 resolutions.add(new MoreInfoProposal(id, marker.getAttribute(IMarker.MESSAGE, null))); in getResolutions()191 proposals.add(new MoreInfoProposal(id, message)); in computeQuickAssistProposals()474 private static class MoreInfoProposal implements ICompletionProposal, IMarkerResolution2 { class in LintFixGenerator478 public MoreInfoProposal(String id, String message) { in MoreInfoProposal() method in LintFixGenerator.MoreInfoProposal