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

(-)a/java.source/src/org/netbeans/api/java/source/ModificationResult.java (+3 lines)
Lines 619-624 Link Here
619
            
619
            
620
            do {
620
            do {
621
                read = delegate.read(cbuf, off, len);
621
                read = delegate.read(cbuf, off, len);
622
                if (read == -1) {
623
                    return -1;
624
                }
622
                j = 0;
625
                j = 0;
623
626
624
                for (int i = off; i < off + read; i++) {
627
                for (int i = off; i < off + read; i++) {

Return to bug 156734