scijava-common icon indicating copy to clipboard operation
scijava-common copied to clipboard

Remove shadow menu warning

Open hadim opened this issue 8 years ago • 2 comments

See here https://github.com/scijava/scijava-common/blob/master/src/main/java/org/scijava/menu/ShadowMenu.java#L551

The number of warning can very high because of the File, Open Recent menu. Would it be possible to remove this warning ? or use debug for it ?

I can make a PR if needed.

hadim avatar Apr 16 '17 17:04 hadim

I totally agree we need to get rid of the Open Recent warnings. The proper fix is not to stop warning here, but rather to figure out why the Open Recent feature (which has always been half-baked, BTW) causes these warnings.

ctrueden avatar Apr 17 '17 18:04 ctrueden

The proper fix is not to stop warning here, but rather to figure out why the Open Recent feature (which has always been half-baked, BTW) causes these warnings.

I have the feeling (not verified) that this has to do with multi-point files which open multiple images with only one filename.

stelfrich avatar Jun 16 '17 07:06 stelfrich