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 - J&B: Thread Analyzer Integration
Summary: J&B: Thread Analyzer Integration
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Profile (show other bugs)
Version: 6.x
Hardware: All Solaris
: P2 blocker (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-16 17:24 UTC by Maria Tishkova
Modified: 2009-09-04 15:32 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
THA races GUI (33.70 KB, image/jpeg)
2009-06-16 17:25 UTC, Maria Tishkova
Details
THA deadlocks GUI (34.91 KB, image/png)
2009-06-16 17:25 UTC, Maria Tishkova
Details

Note You need to log in before you can comment on or make changes to this bug.
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