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 30947
Collapse All | Expand All

(-)DataObjectPool.java (+8 lines)
Line 873 Link Here
873
                
874
                // attempt to fix #30559
875
                if (reenterCount>0 && s.size() == 1) {
876
                    if (files != null && files.contains(s.iterator().next())) {
877
                        return new HashSet();
878
                    }
879
                }
880
                

Return to bug 30947