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

(-)a/ide.ergonomics/src/org/netbeans/modules/ide/ergonomics/fod/FeatureInfo.java (-1 / +3 lines)
Lines 225-231 Link Here
225
                        } else {
225
                        } else {
226
                            toRet = 1;
226
                            toRet = 1;
227
                        }
227
                        }
228
                        break;
228
                        if (toRet != 0) {
229
                            break;
230
                        }
229
                    }
231
                    }
230
                }
232
                }
231
            }
233
            }

Return to bug 237823