You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by lbruun <gi...@git.apache.org> on 2017/10/15 20:08:43 UTC

[GitHub] incubator-netbeans pull request #154: NETBEANS-87 - incorrect warning displa...

GitHub user lbruun opened a pull request:

    https://github.com/apache/incubator-netbeans/pull/154

    NETBEANS-87 - incorrect warning displayed

    Fixes NETBEANS-87

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lbruun/incubator-netbeans ErrornousDISPLAYvarWarning

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-netbeans/pull/154.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #154
    
----
commit 5dda22dfeaa1394aff88c60dc3790c85369c0c8d
Author: lbruun <32...@users.noreply.github.com>
Date:   2017-10-15T20:02:05Z

    Fix for NETBEANS-87
    
    Incorrect warning issued even for headless applications. Warning should not be displayed if headless.

commit 06d690176fe9d8cd371f27c46657ec800314718e
Author: lbruun <32...@users.noreply.github.com>
Date:   2017-10-15T20:06:36Z

    Fix for NETBEANS-87
    
    Making it a bit more logical

----


---