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

Collapse All | Expand All

(-)codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java (+6 lines)
Lines 670-675 Link Here
670
		this.monitor = monitor;
670
		this.monitor = monitor;
671
	}
671
	}
672
	
672
	
673
	public void accept(ICompilationUnit sourceUnit, AccessRestriction accessRestriction) {
674
		if (!CharOperation.equals(sourceUnit.getMainTypeName(), TypeConstants.PACKAGE_INFO_NAME)) {
675
			super.accept(sourceUnit, accessRestriction);
676
		}
677
	}
678
	
673
	public void acceptConstructor(
679
	public void acceptConstructor(
674
			int modifiers,
680
			int modifiers,
675
			char[] simpleTypeName,
681
			char[] simpleTypeName,

Return to bug 343865