Ticket #12 (closed Bug: fixed)

Opened 3 years ago

Fix System.exit on error

Reported by: sshimko Assigned to: CLOSED
Priority: High Milestone:
Component: Parsers Keywords:
Cc:

Description

The parsers should never call System.exit(1). It kills eclipse when run from a plugin. Compiler.java is the command line compiler and should use System.exit(). However, it should appear nowhere else in the source tree.

Change History

08/03/05 13:11:59 changed by Spencer Shimko

Assigned to Spencer Shimko

09/02/05 10:44:32 changed by James Athey

Assigned to James Athey

09/02/05 10:44:36 changed by James Athey

Resolved (Fixed)

09/28/05 16:21:41 changed by James Athey

Closed