Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] org.eclipse.osgi.framework.debug.FrameworkDebugOptions

Does anyone have any thoughts on this issue? I am assuming that this is result of recent refactoring. The package in question doesn’t have internal in the name, but if the class is going away for good, could someone let me know what the equivalent invocation should be?

 

Thanks,

 

- Konstantin

 

 

From: equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Konstantin Komissarchik
Sent: Friday, August 02, 2013 5:03 PM
To: equinox-dev@xxxxxxxxxxx
Subject: [equinox-dev] org.eclipse.osgi.framework.debug.FrameworkDebugOptions

 

In the process of migrating Oracle Enterprise Pack for Eclipse to the latest Luna integration build, I have discovered that FrameworkDebugOptions class seems to be missing. Thoughts?

 

Thanks,

 

- Konstantin

 

 

    [java]     [javac] 1. ERROR in D:\Oracle\OEPE\Depot\trunk\luna\plugins\oracle.eclipse.tools.xml.model\src\oracle\ec

ipse\tools\xml\model\TraceOptions.java (at line 6)

    [java]     [javac]         import org.eclipse.osgi.framework.debug.FrameworkDebugOptions;

    [java]     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    [java]     [javac] The import org.eclipse.osgi.framework.debug cannot be resolved

    [java]     [javac] ----------

    [java]     [javac] 2. ERROR in D:\Oracle\OEPE\Depot\trunk\luna\plugins\oracle.eclipse.tools.xml.model\src\oracle\ec

ipse\tools\xml\model\TraceOptions.java (at line 36)

    [java]     [javac]         final DebugOptions debugOptions = FrameworkDebugOptions.getDefault();

    [java]     [javac]                                           ^^^^^^^^^^^^^^^^^^^^^

    [java]     [javac] FrameworkDebugOptions cannot be resolved

    [java]     [javac] ----------

    [java]     [javac] 2 problems (2 errors)


Back to the top