Menu

#26 wrong/superfluous imports in Factories

closed-fixed
Generator (29)
5
2005-11-11
2005-09-16
vpussel
No

1) The generated sources for IFactory and
AbstractFactory declare imports for the business
service interface (ok) and the business service (not
ok). Example:
import com.acme.IMyService;
import com.acme.MyService; // error

2) The declared imports for the implementing classes
are not necessary. Example
import com.acme.MyBusinessObjekt;

Discussion

  • Dieter Moroff

    Dieter Moroff - 2005-11-11

    Logged In: YES
    user_id=555111

    Fixed in UMLMDA 2.x

     
  • Dieter Moroff

    Dieter Moroff - 2005-11-11
    • status: open --> closed-fixed
     

Log in to post a comment.