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 167176

Summary: J&B: Thread Analyzer Integration
Product: cnd Reporter: Maria Tishkova <mromashova>
Component: ProfileAssignee: Andrew Krasny <akrasny>
Status: RESOLVED FIXED    
Severity: blocker CC: alexey_vladykin, sdoubrava
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Solaris   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: THA races GUI
THA deadlocks GUI

Description Maria Tishkova 2009-06-16 17:24:14 UTC
Thread Analyzer detects two common threading issues in a multi-threaded program
Data race 
Deadlock 



It should be possible to show the users the information:
1. Somehow inform using Indicator
2. In detailed view show the information about races/deadlocks

See attachments with the screenshots of THA
Comment 1 Maria Tishkova 2009-06-16 17:25:10 UTC
Created attachment 83644 [details]
THA races GUI
Comment 2 Maria Tishkova 2009-06-16 17:25:35 UTC
Created attachment 83645 [details]
THA deadlocks GUI
Comment 3 Maria Tishkova 2009-07-05 17:36:31 UTC
Andrew, please provide support in terms of DataCollector and DataProvider (to record and provide data to the UI).
Alexey, please take care of the UI which should be created by Stepan.
Comment 4 Maria Tishkova 2009-07-05 17:56:29 UTC
Andrew, please create User View in the base of the design wich will be created by Stepan.
Please use http://wiki.netbeans.org/CND68THA for this task

Alexey, I will create separate issue for the UI and will assign it to you
Comment 5 Quality Engineering 2009-07-27 18:15:55 UTC
Integrated into 'main-golden', will be available in build *200907271401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/53ff1a4ba520
User: Andrew Krasny <akrasny@netbeans.org>
Log: IZ#167176: J&B: Thread Analyzer Integration
initial commit
Comment 6 Maria Tishkova 2009-09-03 09:10:51 UTC
done