Skip to content

System.exit(0) alternative #74

Description

@maartentbm

FindBugs does not like a call to System.exit. However, if we just dispose the Window, there is a memory leak, which is solved by System.exit because it kills the JVM. An alternative way of calling System.exit which is not "wrong" or an alternative for it in general would be nice. #FindBugsPleasing

"This should only been done when it is appropriate." - Findbugs (http://findbugs.sourceforge.net/bugDescriptions.html#DM_EXIT)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions