This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269829

Summary: Incorrect text in Git Reset dialog options radio button label
Product: ide Reporter: Sprogz
Component: UIAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:

Description Sprogz 2017-02-14 23:30:41 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

STEPS:
 * Any project using Git for version control.
 * Right-click a file choose Git -> Revert/Recover -> Reset…
 * The Git Reset dialog appears
 * The middle "Options" radio text states "Modify Working Tree (--mixed) but the tool-tip on hover states "moves the HEAD, updates the index with entries from the selected commit but no files in the working tree" — surely the radio label *should* state "Modify index but not Working Tree"

(from git-scm.com; --mixed "Resets the index but not the working tree (i.e., the changed files are preserved but not marked for commit) and reports what has not been updated. This is the default action."