if (stroke != null)
UIUtils.addBulbDecorator(textField, NLS.bind(
UIText.GerritConfigurationPage_BranchTooltipHover,
stroke.format()));
IContentProposalProvider cp = new IContentProposalProvider() {
public IContentProposal[] getProposals(String contents, int position) {
List<IContentProposal> resultList = new ArrayList<IContentProposal>();
// make the simplest possible pattern check: allow "*"
// for multiple characters