T
Tom Fredriksen
Oliver said:but there IS a point to using
full class names instead of ".*" in import statements: to avoid name
conflicts.
If you are thinking of the problem of two packages having the different
classes with same names, then using the complete package name in the
code statement is the only viable solution, for readability and code safety.
If you are thinking of two classes with the same name in the same
package, is that even legal?
The consultant gave a "bad reason",
The main point was that he wanted to have it his way by force if necessary.
/tom