You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Svatopluk Dedic (Jira)" <ji...@apache.org> on 2021/04/23 14:06:00 UTC

[jira] [Created] (NETBEANS-5616) Options API dependency on Core

Svatopluk Dedic created NETBEANS-5616:
-----------------------------------------

             Summary: Options API dependency on Core
                 Key: NETBEANS-5616
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5616
             Project: NetBeans
          Issue Type: Improvement
          Components: platform - Options&amp;Settings
            Reporter: Svatopluk Dedic


Options API dependends on netbeans.core - just to reuse the code of *ListImagesEditor* beaninfo editor from the core package.

This means that every module that depends on Options API will, e.g. in unit test initialize full netbeans core (module system, ...). 
 * split options API (SPI) and options impl
 * reuse the code through delegation (?)

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists