From: <[EMAIL PROTECTED]>
> Not errors, but warnings, right? If they were errors, then you
> wouldn't get .class files.

    More specifically, they're "Eclipse severity 1" (a gray '!' in a yellow
triangle)
and "Eclipse severity 2" (a white 'x' in a reddish circle).  It's the same
red Xs
I had to slog through for previous syntax errors, unimported symbols, and
other show-stoppers.  Oddly, it doesn't stop Jess, and it does produce
TextAreaWriter.class.

    Eclipse newbieness: I couldn't find any explanation of problem severity
in
Eclipse's online help.  It just mentions it peripherally in several other
topics,
without explanation.  (Among other things, I don't know if a "severity 3"
exists.)
--
Eric Wang
CAD Lab, School of Mechanical Engineering, Sungkyunkwan University

Severity Description Resource In Folder Location Creation Time
2 The return type is incompatible with Appendable.append(char),
Writer.append(char) TextAreaWriter.java Jess 61p7 Swing/src/jess/awt line 18
May 30, 2004 11:07:38 PM
2 The return type is incompatible with Appendable.append(CharSequence),
Writer.append(CharSequence) TextAreaWriter.java Jess 61p7 Swing/src/jess/awt
line 18 May 30, 2004 11:07:38 PM

Severity Description Resource In Folder Location Creation Time
1 The method show() from the type Window is deprecated Console.java Jess
61p7 Swing/src/jess line 67 May 30, 2004 11:07:37 PM
1 The static method getFactory() from the type Rete should be accessed in a
static way MiscFunctions.java Jess 61p7 Swing/src/jess line 626 May 30, 2004
11:07:38 PM
1 The static method setFactory(Factory) from the type Rete should be
accessed in a static way MiscFunctions.java Jess 61p7 Swing/src/jess line
627 May 30, 2004 11:07:38 PM
1 'assert' should not be used as an identifier, since it is a reserved
keyword from source level 1.4 on Rete.java Jess 61p7 Swing/src/jess line 308
May 30, 2004 11:07:38 PM
1 'assert' should not be used as an identifier, since it is a reserved
keyword from source level 1.4 on Rete.java Jess 61p7 Swing/src/jess line 330
May 30, 2004 11:07:38 PM
1 The method show() from the type Window is deprecated ViewFunctions.java
Jess 61p7 Swing/src/jess line 521 May 30, 2004 11:07:38 PM

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to