SpencerPark / IJava

A Jupyter kernel for executing Java code.
MIT License
1.07k stars 211 forks source link

No colored or user-friendly error message displayed #143

Open bipulkumar7 opened 1 year ago

bipulkumar7 commented 1 year ago

There is no colored or user-friendly error message displayed in bold text, as shown in the example image for List and ArrayList. image If the error message could point out the exact cause of the error i.e IndexOutOfBoundsException , it would save time for the programmer in understanding what might have gone wrong in the code. Please find my screenshot for reference.