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 13066 - Double check code
Summary: Double check code
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: cpplite (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-21 16:28 UTC by Jan Lahoda
Modified: 2001-07-13 10:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2001-06-21 16:28:54 UTC
The report is here:
http://www.netbeans.org/www-nbdev/msg08043.html
The part about cpplite:
/space/src/nb_all/cpplite/src/org/netbeans/modules/cpplite/CPPSystemOption.java
        if (identifierListener == null) {
            synchronized (this) {
                if (identifierListener == null) {
/space/src/nb_all/cpplite/src/org/netbeans/modules/cpplite/identifier/DataObjectIdentifierSupport.java
        if (nodeDelegate == null) {
            synchronized (synchronizeTo) {
                if (nodeDelegate == null) {
Comment 1 Jan Lahoda 2001-06-28 21:27:07 UTC
I have fixed it in:
/cpplite/src/org/netbeans/modules/cpplite/CPPSystemOption.java revision 1.3
/cpplite/src/org/netbeans/modules/cpplite/identifier/DataObjectIdentifierSupport.java
revision 1.3
Comment 2 Jan Lahoda 2001-07-13 10:22:22 UTC
Verifying all cpplite bugs.