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.

View | Details | Raw Unified | Return to bug 190424
Collapse All | Expand All

(-)a/project.ant/src/org/netbeans/spi/project/support/ant/AntProjectHelper.java (+3 lines)
Lines 641-646 Link Here
641
                        throw e;
641
                        throw e;
642
                    }
642
                    }
643
                }
643
                }
644
                if (pendingHookCount == 0) {
645
                    pendingHook = null;
646
                }
644
            }
647
            }
645
        } finally {
648
        } finally {
646
            // #57791: release locks outside synchronized block.
649
            // #57791: release locks outside synchronized block.

Return to bug 190424