Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 380520 | Differences between
and this patch

Collapse All | Expand All

(-)a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaSourceHover.java (+2 lines)
Lines 125-130 Link Here
125
125
126
		int offset= region.getOffset();
126
		int offset= region.getOffset();
127
		IDocument document= textViewer.getDocument();
127
		IDocument document= textViewer.getDocument();
128
		if (document == null)
129
			return null;
128
		try {
130
		try {
129
			char c= document.getChar(offset);
131
			char c= document.getChar(offset);
130
			if (c != '}')
132
			if (c != '}')

Return to bug 380520