From 05f2fa57f8877f6f3eea17e47358e78c6b062618 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 16 Oct 2002 14:39:27 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index d74823dd231..acccb7dc80e 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,14 @@ +2002-10-16 Alain Magloire + + By Boosting the level warning of the java compiler, + we catch unused imports or variables. + + * src/../internal/ui/editor/asm/AsmPartitionScanner.java: + * src/../internal/ui/editor/asm/AsmSourceViewerConfiguration.java: + * src/../internal/ui/editor/asm/AsmTextEditor.java: + * src/../internal/ui/BuilderConsoleView.java: + Removed unused imports. + 2002-10-11 Alain Magloire * internal/ui/text/CCodeScanner.java: