Book a Demo

Author Topic: missing import statements in Java  (Read 3756 times)

angel-o-sphere

  • EA User
  • **
  • Posts: 112
  • Karma: +0/-0
    • View Profile
missing import statements in Java
« on: March 11, 2004, 09:15:34 am »
Hi,

I still could not figure why I have missing imports.

if I have a method like this:
void method(Type p);

And "Type" is in a different package, a import statement should be generated. For attributes, that is done, for parameters not.

Any hints?

Regards,
  angel'o'sphere