Bug 564071 - Investigate potential NPE in MenuHelper
Summary: Investigate potential NPE in MenuHelper
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.16   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-08 08:14 EDT by Alex Blewitt CLA
Modified: 2020-06-08 08:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Blewitt CLA 2020-06-08 08:14:52 EDT
The MenuHelper uses introspection to find values and return them; however, there were concerns on a review that they may be subject to NPEs. Investigate and clean up where necessary.