Menu

#140 NPE when moving mouse around in "jump to" window

Version 3.0.4
closed-fixed
None
5
2016-02-28
2015-10-08
Jason West
No

In the ctrl+J "jump to" window, moving the cursor along the edges of the window, many NPEs show up in the error log. I tested and reproduced this for Eclipse Indigo and Mars.

Discussion

  • Vera Henneberger

    It would be great if you can provide some more information (screenshots, error logs). I tried to reproduce it but had no look.

     
  • Jason West

    Jason West - 2015-10-12

    I apologize, I was a little mistaken. After looking more closely, MoreUnit is not producing NPEs. Rather it is producing a large number of warning messages with "null" as the message. I deleted my eclipse log and then reproduced the problem, the following is a snippet of what the log file looks like (these are the only kinds of entries in the log file):

    !ENTRY org.moreunit 2 0 2015-10-12 01:38:01.786
    !MESSAGE null

    !ENTRY org.moreunit 2 0 2015-10-12 01:38:01.798
    !MESSAGE null

    !ENTRY org.moreunit 2 0 2015-10-12 01:38:01.802
    !MESSAGE null

    !ENTRY org.moreunit 2 0 2015-10-12 01:38:01.809
    !MESSAGE null

    !ENTRY org.moreunit 2 0 2015-10-12 01:38:01.817
    !MESSAGE null

    Note the timestamps are milliseconds apart. They are generated as I move my cursor around the ctrl+j test-select window on any part of the tree portion of the window that is not an item in the tree. The edited screen shot contains a red box, outside the box (in the tree area) is where I can reproduce this issue.

     
  • Vera Henneberger

    Thank you for the detailed information.
    I can reproduce the described behaviour.

     
  • Nicolas Demengel

    • status: open --> closed-fixed
    • assigned_to: Nicolas Demengel
     

Log in to post a comment.