LrDevelopController.getSelectedTool() returns "masking" rather than the documented "local_point_color" when masking Point Color's eyedropper is selected.
To reproduce in LR 14.2 / Mac:
1. Place these lines in the file "getselectedtool.lua" in the Scripts folder:
import "LrDialogs".message (
import "LrDevelopController".getSelectedTool ())
2. Restart LR.
3. Open a photo in Develop.
4. Add a linear gradient mask.
5. Select the eyedropper in the masking Point Color subpanel.
6. Do the menu command Scripts > getselectedtool.
7. Observe the message dialog says "masking" (incorrect) rather than the documented "local_point_color" (correct):

Note that the SDK documentation indicates "local_point_color" should be returned:
