You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Lars Bruun-Hansen (JIRA)" <ji...@apache.org> on 2017/10/01 19:16:02 UTC

[jira] [Created] (NETBEANS-75) libs.jna - too many dependencies

Lars Bruun-Hansen created NETBEANS-75:
-----------------------------------------

             Summary: libs.jna - too many dependencies
                 Key: NETBEANS-75
                 URL: https://issues.apache.org/jira/browse/NETBEANS-75
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Other
            Reporter: Lars Bruun-Hansen
            Priority: Minor


Module {{org.netbeans.libs.jna}} has two unnecessary dependencies:


{noformat}
org.openide.util.ui
org.openide.util
{noformat}

I've trawled the historical changes in Hg and can see the reason why: The {{Installer}}  class - the module's only source code - used to have more code than it what it does today. Today it does nothing more than setting a system property.

This balloons the size of my headless Platform app. I use Maven so I can explicitly exclude them. But still. Logging as minor.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)