Name: skT45625 Date: 10/13/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
What do you think about a compiler option that would indicated unused import
statements. Our dev org has a standard of always explicitly referencing classes
in import statements - no * allowed. It as a class evolves it would be nice if
the compiler would help us keep the imports accurate by reporting when an
import was not used.
(Review ID: 110841)
======================================================================