Skip to content

Commit

Permalink
MONDRIAN: added documentation about eclipse warnings
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 2300]
  • Loading branch information
Andreas Voss committed Jul 7, 2004
1 parent e491ab7 commit ca08b27
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions eclipse/eclipse-warnings.txt
@@ -0,0 +1,21 @@
Subject:
[Mondrian-devel] Turning off warnings, one left
From:
"Ed Burnette" <Ed.Burnette@sas.com>
Date:
Tue, 6 Jul 2004 15:24:46 -0400
To:
<mondrian-devel@lists.sourceforge.net>

I beat perforce into submission again so it would allow me to download a new copy of Mondrian and started to turn off Eclipse warnings so I could get a clean build. Here are the warnings I turned off, in case anybody else has to do this:

Assignment has no effect (e.g. 'x = x')
Non-static access to static member
Use of deprecated API
Local variable declaration hides another field or variable
Local variable is never read
Unused imports
Unused or unread private members
Malformed Javadoc comments


0 comments on commit ca08b27

Please sign in to comment.