View | Details | Raw Unified | Return to bug 406463 | Differences between
and this patch

Collapse All | Expand All

(-)a/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java (-1 / +1 lines)
Lines 216-222 Link Here
216
			return true;
216
			return true;
217
217
218
		String key= getKey();
218
		String key= getKey();
219
		return key.length() != 0 && template.getName().toLowerCase().startsWith(key.toLowerCase());
219
		return template.getName().toLowerCase().startsWith(key.toLowerCase());
220
	}
220
	}
221
221
222
	private boolean hasCompatibleContextType(Template template) {
222
	private boolean hasCompatibleContextType(Template template) {

Return to bug 406463