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] [Updated] (NETBEANS-75) libs.jna - too many dependencies

     [ https://issues.apache.org/jira/browse/NETBEANS-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Bruun-Hansen updated NETBEANS-75:
--------------------------------------
    Description: 
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 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.

  was:
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.


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