Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] [EASE] Sign and Verify Script

Hi Christian,

I have updated code. See https://git.eclipse.org/r/#/c/75132/

By closing application, I meant to say that signing mechanism must halt at that position and start from beginning since some instances are bad. But anyways, I have removed that part completely and am passing messages only. In real time while performing signature, using user interface, user would be able to navigate backwards to refill new values.

Thanks,

On Thu, Jun 16, 2016 at 1:00 PM <Christian.Pontesegger@xxxxxxxxxxxx> wrote:

Hi Varun,

 

message handling in exceptions is fine, please do that, as you already provide meaningful messages. The exit parameter is pretty useless. It may make sense in you test application but we would definitely not terminate eclipse when we face some signature errors J. It should really not be there.

 

Best regards

Christian

 

From: ease-dev-bounces@xxxxxxxxxxx [mailto:ease-dev-bounces@xxxxxxxxxxx] On Behalf Of Varun Raval

Now, when handler class will catch this ScriptSignatureException, it can get appropriate message using getMessage() method and can also know whether to close or continue with application using exitApplication() method.
Implementation of handler class is SignTest.java.

 

_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ease-dev
--
Varun Raval

Back to the top