Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transxchange2GoogleTransit could better handle errors #338

Open
GoogleCodeExporter opened this issue Mar 3, 2016 · 0 comments
Open

Transxchange2GoogleTransit could better handle errors #338

GoogleCodeExporter opened this issue Mar 3, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

It doesn't always call exit(1) on error but sometimes exit(0)
It prints error messages to System.out rather than System.err
It doesn't propagate exceptions up to the user which makes it harder to debug 
(this last one is more of a design decision, you might not want people to see 
the whole stacktrace but it makes it much easier for people to produce useful 
bug reports).

I have a couple of patches which address these issues.

Original issue reported on code.google.com by scottish...@googlemail.com on 8 Jun 2012 at 10:18

Attachments:

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

No branches or pull requests

1 participant