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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to