flatpack icon indicating copy to clipboard operation
flatpack copied to clipboard

File layout validation is required

Open avikadam opened this issue 7 years ago • 3 comments

Parser is really good and lightweight. But there is an issue that see now and then.

Issue: If parsing process interrupts due to some run-time exception then for ever next run Parser always returns null and never get initialized till i restart the application.

avikadam avatar May 03 '17 10:05 avikadam

Very interesting.

Could you create a test case with this please?

By the way, you are correct the idea of the parser is a lightweight throw-away parser so if it fails, you can simply create a new one (as a workaround that should be ok for you, but I'm still interested in a test case thanks!)

Benoit


Important Notice This communication contains information that is considered confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender and delete the original

On 3 May 2017, at 12:21, Avinash [email protected] wrote:

Parser is really good and lightweight. But there is an issue that see now and then.

Issue: If parsing process interrupts due to some run-time exception then for ever next run Parser always returns null and never get initialized till i restart the application.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

benoitx avatar May 03 '17 10:05 benoitx

Cool. that's why i opted to go with flatpack. Yes, I will provide you Junit with code snippets.

avikadam avatar May 03 '17 10:05 avikadam

Hi, any news on this? Thanks.

benoitx avatar Jul 07 '18 10:07 benoitx