From 40e70a0f2d52bb2104b8c58615c97831c8f274c7 Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 5 Nov 2003 18:13:35 +0000 Subject: [PATCH] class is already defined entry --- docs/faq/faq.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index e9b7d32da..8634929d9 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -23,7 +23,7 @@ 2003 Contributors. All rights reserved. - Last updated August 6, 2003. + Last updated November 5, 2003. This FAQ covers AspectJ versions 1.0 and 1.1. @@ -2960,6 +2960,23 @@ aspect A { for the IDE to determine how to increase available memory. + + + + + Why do I get a message that my class is already defined? + + + + + Most commonly, a source file was specified twice on the command line + (e.g., directly and by a *.java entry in a .lst file). + However, sometimes you have defined a class in two files in the + same package, and you need to rename the class or change its + scope. You should get this message from any Java compiler. + + + -- 2.39.5