Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tigerstripe-dev] Weird import breaking on Mac only?

Title: Weird import breaking on Mac only?
Hi Richard,

It looks like there is a problem in the OpenPackageArtifactEditorAction.java in ui.base.
The line

import com.sun.xml.internal.bind.v2.runtime.reflect.Lister.Pack;
Seems to be causing problems on my local version (maybe the Mac JVM as the nightly ran ok last night).

Anyway, it is quite obvious that this is a bad completion thingy and it is not used. So I did a CTRL-O to clean up the imports on the file and committed the changes.

Eric

Back to the top