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 13:50:00 UTC

[jira] [Created] (NETBEANS-5615) Split Gradle module to reduce dependencies

Svatopluk Dedic created NETBEANS-5615:
-----------------------------------------

             Summary: Split Gradle module to reduce dependencies
                 Key: NETBEANS-5615
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5615
             Project: NetBeans
          Issue Type: Improvement
          Components: projects - Gradle
            Reporter: Svatopluk Dedic
            Assignee: Laszlo Kishalmi


Gradle module should be decomposed (at least) into UI and services layers.

Excess gradle module dependencies lead to worse reuse and worse testability. 
 * dependency on core.multiview -> openide.awt, ...
 * dependency on editor , just because of usage of NbEditorKit (can it be done better ?)
 ** editor.fold, editor.guards, ...
 * editor.completion -> org.netbeans.modules.sampler (!)
 * options.api -> quicksearch, core (!), ...
 * navigator
 * indirectly includes xml.ui through ant.module, java.project.ui

 



--
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