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 222522 - Usability problem of "Dump C/C++ Code Model Diagnostic"
Summary: Usability problem of "Dump C/C++ Code Model Diagnostic"
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 09:46 UTC by Alexander Simon
Modified: 2012-11-21 10:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-11-21 09:46:49 UTC
C/C++ project has in the pop up menu the item "Code Assistance->Dump C/C++ Code Model Diagnostic". It is ok to have additional item that help developer to understand a code model problem. The Item should help solve problem in the user understandable terms.
Now the item show dialog with a lot of check boxes (14 check boxes).
Most of check boxes have an unclear meaning (from user point of view and probably from developer point of view also).

My suggestion is: UI should be based on "problem solving".
So instead 14 check boxes UI should have understandable items:
- Diagnostic of the current edited file <file name>
- Diagnostic unresolved include directives of the current edited file <file name>
- Diagnostic identifiers "redness" of the current edited file <file name>
- Extended diagnostic (this item allows to select any check boxes from original list)
Comment 1 Leonid Lenyashin 2012-11-21 10:20:02 UTC
There is a misinterpretation of the purpose of this item. It is not to help user resolve his/her issues directly. It is to supply developers with an information to resolve the issue. There are some analogues: IDE Log (has a menu item), GDB log. This one is of the same sort.