Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To compute the needed imports, the bundle plugin scans the byte-code of the classes it put into the plugin. Sometimes, this can misses miss needed things. An example is when your source uses org.eclipse.swt.SWT class, which has mainly "constants" declared as final int - these are compiled-away and only the resulting int appears in the byte code.

...