Missing import when calling static method

Issue #512 resolved
Matthias Schoettle created an issue

No import is generated when calling a static method, i.e., a <<metaclass>> lifeline is called.

Steps to reproduce:

  1. Import SwingUtilities with method invokeLater
  2. Call invokeLater
  3. Generate code

Comments (1)

  1. Log in to comment