bugged
stringlengths
6
599k
fixed
stringlengths
6
40.8M
__index_level_0__
int64
0
3.24M
public void setIdAttributeNode(Attr attr, boolean isId) { if (readonly) { throw new DomEx(DomEx.NO_MODIFICATION_ALLOWED_ERR); } if (attr == null || attr.getOwnerElement() != this) { throw new DomEx(DomEx.NOT_FOUND_ERR); } if (isId) { if (userIdAttrs == null) ...
public void setIdAttributeNode(Attr attr, boolean isId) { if (readonly) { throw new DomEx(DomEx.NO_MODIFICATION_ALLOWED_ERR); } if (attr == null || attr.getOwnerElement() != this) { throw new DomDOMException(DOMException.NOT_FOUND_ERR); } if (isId) { if (userIdA...
23,324
public DefaultBoundedRangeModel() { setRangeProperties(0, 0, 0, 100, false); } // DefaultBoundedRangeModel()
public DefaultBoundedRangeModel() { setRangeProperties(0, 0, 0, 100, false); } // DefaultBoundedRangeModel()
23,325
public void addChangeListener(ChangeListener listener) { listenerList.add(ChangeListener.class, listener); } // addChangeListener()
public void addChangeListener(ChangeListener listener) { listenerList.add(ChangeListener.class, listener); } // addChangeListener()
23,326
protected void fireStateChanged() { // Variables ChangeListener listener; EventListener[] listeners; int index; // Get Listeners listeners = listenerList.getListeners(ChangeListener.class); // Process Listeners for (index = 0; index < listeners.length; index++) { listener = (ChangeListener) listener...
protected void fireStateChanged() { // Variables ChangeListener listener; EventListener[] listeners; int index; // Get Listeners listeners = listenerList.getListeners(ChangeListener.class); // Process Listeners for (index = 0; index < listeners.length; index++) { listener = (ChangeListener) listener...
23,327
protected void fireStateChanged() { // Variables ChangeListener listener; EventListener[] listeners; int index; // Get Listeners listeners = listenerList.getListeners(ChangeListener.class); // Process Listeners for (index = 0; index < listeners.length; index++) { listener = (ChangeListener) listener...
protected void fireStateChanged() { // Variables ChangeListener listener; EventListener[] listeners; int index; // Get Listeners listeners = listenerList.getListeners(ChangeListener.class); // Process Listeners for (index = 0; index < listeners.length; index++) { listener = (ChangeListener) listener...
23,328
public int getExtent() { return extent; } // getExtent()
public int getExtent() { return extent; } // getExtent()
23,329
public EventListener[] getListeners(Class c) { return listenerList.getListeners(c); } // getListeners()
public EventListener[] getListeners(Class c) { return listenerList.getListeners(c); } // getListeners()
23,330
public int getMaximum() { return maximum; } // getMaximum()
public int getMaximum() { return maximum; } // getMaximum()
23,331
public int getMinimum() { return minimum; } // getMinimum()
public int getMinimum() { return minimum; } // getMinimum()
23,332
public int getValue() { return value; } // getValue()
public int getValue() { return value; } // getValue()
23,333
public boolean getValueIsAdjusting() { return isAdjusting; } // getValueIsAdjusting()
public boolean getValueIsAdjusting() { return isAdjusting; } // getValueIsAdjusting()
23,334
public void removeChangeListener(ChangeListener listener) { listenerList.remove(ChangeListener.class, listener); } // removeChangeListener()
public void removeChangeListener(ChangeListener listener) { listenerList.remove(ChangeListener.class, listener); } // removeChangeListener()
23,335
public void setExtent(int extent) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid extent property set"); } // if // Set Extent this.extent = extent; // Notification fireStateChanged(); } // setExtent()
public void setExtent(int extent) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid extent property set"); } // if // Set Extent this.extent = extent; // Notification fireStateChanged(); } // setExtent()
23,336
public void setExtent(int extent) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid extent property set"); } // if // Set Extent this.extent = extent; // Notification fireStateChanged(); } // setExtent()
public void setExtent(int extent) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid extent property set"); } // if // Set Extent this.extent = extent; // Notification fireStateChanged(); } // setExtent()
23,337
public void setMaximum(int maximum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid maximum property set"); } // if // Set Maximum this.maximum = maximum; // Notification fireStateChanged(); } // setMaxim...
public void setMaximum(int maximum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid maximum property set"); } // if // Set Maximum this.maximum = maximum; // Notification fireStateChanged(); } // setMaxim...
23,338
public void setMaximum(int maximum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid maximum property set"); } // if // Set Maximum this.maximum = maximum; // Notification fireStateChanged(); } // setMaxim...
public void setMaximum(int maximum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid maximum property set"); } // if // Set Maximum this.maximum = maximum; // Notification fireStateChanged(); } // setMaxim...
23,339
public void setMaximum(int maximum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid maximum property set"); } // if // Set Maximum this.maximum = maximum; // Notification fireStateChanged(); } // setMaxim...
public void setMaximum(int maximum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid maximum property set"); } // if // Set Maximum this.maximum = maximum; // Notification fireStateChanged(); } // setMaxim...
23,340
public void setMinimum(int minimum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid minimum property set"); } // if // Set Minimum this.minimum = minimum; // Notification fireStateChanged(); } // setM...
public void setMinimum(int minimum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid minimum property set"); } // if // Set Minimum this.minimum = minimum; // Notification fireStateChanged(); } // setM...
23,341
public void setMinimum(int minimum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid minimum property set"); } // if // Set Minimum this.minimum = minimum; // Notification fireStateChanged(); } // setM...
public void setMinimum(int minimum) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid minimum property set"); maximum = Math.max(minimum, this.maximum); value = Math.max(minimum, this.value); setRangePropertie...
23,342
public void setRangeProperties(int value, int extent, int minimum, int maximum, boolean isAdjusting) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid property set"); } // if // Set Data this.value = valu...
public void setRangeProperties(int value, int extent, int minimum, int maximum, boolean isAdjusting) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid property set"); } // if // Set Data this.value = valu...
23,343
public void setRangeProperties(int value, int extent, int minimum, int maximum, boolean isAdjusting) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid property set"); } // if // Set Data this.value = valu...
public void setRangeProperties(int value, int extent, int minimum, int maximum, boolean isAdjusting) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid property set"); } // if // Set Data this.value = valu...
23,344
public void setRangeProperties(int value, int extent, int minimum, int maximum, boolean isAdjusting) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid property set"); } // if // Set Data this.value = valu...
public void setRangeProperties(int value, int extent, int minimum, int maximum, boolean isAdjusting) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid property set"); } // if // Set Data this.value = valu...
23,345
public void setValue(int value) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid value property set"); } // if // Set Value this.value = value; // Notification fireStateChanged(); } // setValue()
public void setValue(int value) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid value property set"); } // if // Set Value this.value = value; // Notification fireStateChanged(); } // setValue()
23,346
public void setValue(int value) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid value property set"); } // if // Set Value this.value = value; // Notification fireStateChanged(); } // setValue()
public void setValue(int value) { // Validate Constraints if (minimum > value || value > (value + extent) || (value + extent) > maximum) { throw new IllegalArgumentException("Invalid value property set"); } // if // Set Value this.value = value; // Notification fireStateChanged(); } // setValue()
23,347
public void setValueIsAdjusting(boolean isAdjusting) { // Set isAdjusting this.isAdjusting = isAdjusting; // Notification fireStateChanged(); } // setValueIsAdjusting()
public void setValueIsAdjusting(boolean isAdjusting) { // Set isAdjusting this.isAdjusting = isAdjusting; // Notification fireStateChanged(); } // setValueIsAdjusting()
23,348
public void setValueIsAdjusting(boolean isAdjusting) { // Set isAdjusting this.isAdjusting = isAdjusting; // Notification fireStateChanged(); } // setValueIsAdjusting()
public void setValueIsAdjusting(boolean isAdjusting) { // Set isAdjusting this.isAdjusting = isAdjusting; // Notification fireStateChanged(); } // setValueIsAdjusting()
23,349
public String toString() { return null; // TODO } // toString()
public String toString() { return null; // TODO } // toString()
23,350
public Process exec(String[] cmdarray, String[] envp) throws IOException { String command = cmdarray[0]; SecurityManager s = System.getSecurityManager(); if (s != null) s.checkExec(command); if (envp == null) { envp = new String[0]; } String mainClassName = cmdarray[0]; String[] cmdArgs = new String[cmdarra...
public Process exec(String[] cmdarray, String[] envp) throws IOException { String command = cmdarray[0]; SecurityManager s = System.getSecurityManager(); if (s != null) s.checkExec(command); if (envp == null) { envp = new String[0]; } String mainClassName = cmdarray[0]; String[] cmdArgs = new String[cmdarra...
23,351
static void write(OutputStream ostream, short value) { ostream.write_short(value); }
public static void write(OutputStream ostream, short value) { ostream.write_short(value); }
23,352
private void defineLabel(String label, X86Assembler asm) { try { Label lab = new Label(label); labels.put(label, lab); NativeStream.ObjectRef ref = asm.setObjectRef(lab); assembler.putConstant(label, ref.getOffset()); } catch (Exception e) { e.pri...
private void defineLabel(String label, X86Assembler asm) { try { Label lab = new Label(label); labels.put(label, lab); NativeStream.ObjectRef ref = asm.setObjectRef(lab); assembler.putConstant(label, ref.getOffset() + (int)asm.getBaseAddr()); } catch (Except...
23,353
public DefaultTextField(Border border) { this.border = border; }
public DefaultTextField(Border aBorder) { this.border = border; }
23,354
public DefaultTextField(Border border) { this.border = border; }
public DefaultTextField(Border border) { border = aBorder; }
23,355
public void doLayout() { if (DefaultTreeCellEditor.this.tree.isEditing()) setLocation(offset, 0); super.doLayout(); }
public void doLayout() { if (DefaultTreeCellEditor.this.tree.isEditing()) setLocation(offset, 0); super.doLayout(); }
23,356
public void paint(Graphics g) { Rectangle tr = tree.getPathBounds(lastPath); if (tr != null) { Insets i = ((DefaultTextField) editingComponent).getBorder() .getBorderInsets(this); int textIconGap = 3; tr.x -= i.left; ...
public void paint(Graphics g) { Rectangle tr = tree.getPathBounds(lastPath); if (tr != null) { Insets i = ((DefaultTextField) editingComponent).getBorder() .getBorderInsets(this); int textIconGap = 3; tr.x -= i.left; ...
23,357
public void paint(Graphics g) { Rectangle tr = tree.getPathBounds(lastPath); if (tr != null) { Insets i = ((DefaultTextField) editingComponent).getBorder() .getBorderInsets(this); int textIconGap = 3; tr.x -= i.left; ...
public void paint(Graphics g) { Rectangle tr = tree.getPathBounds(lastPath); if (tr != null) { Insets i = ((DefaultTextField) editingComponent).getBorder() .getBorderInsets(this); int textIconGap = 3; tr.x -= i.left; ...
23,358
public void actionPerformed(ActionEvent e) { if (lastPath != null && tPath != null && tPath.equals(lastPath)) { tree.startEditingAtPath(lastPath); timer.stop(); } }
public void actionPerformed(ActionEvent e) { if (lastPath != null && tPath != null && tPath.equals(lastPath)) { tree.startEditingAtPath(lastPath); timer.stop(); } }
23,359
public void cancelCellEditing() { if (editingComponent != null) { timer.stop(); realEditor.cancelCellEditing(); } }
public void cancelCellEditing() { if (editingComponent != null) { timer.stop(); realEditor.cancelCellEditing(); } }
23,360
protected TreeCellEditor createTreeCellEditor() { realEditor = new DefaultCellEditor(new DefaultTreeCellEditor.DefaultTextField( UIManager.getBorder("Tree.selectionBorder"))); return realEditor; }
protected TreeCellEditor createTreeCellEditor() { DefaultCellEditor editor = new DefaultCellEditor(new DefaultTreeCellEditor.DefaultTextField( UIManager.getBorder("Tree.selectionBorder"))); return realEditor; }
23,362
protected TreeCellEditor createTreeCellEditor() { realEditor = new DefaultCellEditor(new DefaultTreeCellEditor.DefaultTextField( UIManager.getBorder("Tree.selectionBorder"))); return realEditor; }
protected TreeCellEditor createTreeCellEditor() { realEditor = new DefaultCellEditor(new DefaultTreeCellEditor.DefaultTextField( UIManager.getBorder("Tree.selectionBorder"))); editor.addCellEditorListener(new RealEditorListener()); editor.setClickCountToStart(CLICK_COUNT_TO_STA...
23,363
public Object getCellEditorValue() { return editingComponent; }
public Object getCellEditorValue() { return realEditor.getCellEditorValue(); }
23,364
public Component getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) { if (realEditor == null) createTreeCellEditor(); return realEditor.getTreeCellEditor...
public Component getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) { if (realEditor == null) realEditor = createTreeCellEditor(); return realEditor.getT...
23,365
public boolean isCellEditable(EventObject event) { if (editingComponent == null) configureEditingComponent(tree, renderer, realEditor); if (editingComponent != null && realEditor.isCellEditable(event)) { prepareForEditing(); return true; } // Cell may not be currently...
public boolean isCellEditable(EventObject event) { if (editingComponent == null) configureEditingComponent(tree, renderer, realEditor); if (editingComponent != null && realEditor.isCellEditable(event)) { prepareForEditing(); return true; } // Cell may not be currently...
23,366
protected void startEditingTimer() { if (timer == null) timer = new javax.swing.Timer(1200, this); if (!timer.isRunning()) timer.start(); }
protected void startEditingTimer() { if (timer == null) timer = new javax.swing.Timer(1200, this); if (!timer.isRunning()) timer.start(); }
23,368
public boolean stopCellEditing() { if (editingComponent != null && realEditor.stopCellEditing()) { timer.stop(); return true; } return false; }
public boolean stopCellEditing() { if (editingComponent != null) { timer.stop(); return true; } return false; }
23,369
public boolean stopCellEditing() { if (editingComponent != null && realEditor.stopCellEditing()) { timer.stop(); return true; } return false; }
public boolean stopCellEditing() { if (editingComponent != null && realEditor.stopCellEditing()) { stopEditingTimer(); tree.stopEditing(); editingComponent = null; return true; } return false; }
23,370
public void valueChanged(TreeSelectionEvent e) { tPath = lastPath; lastPath = e.getNewLeadSelectionPath(); lastRow = tree.getRowForPath(lastPath); configureEditingComponent(tree, renderer, realEditor); }
public void valueChanged(TreeSelectionEvent e) { tPath = lastPath; lastPath = e.getNewLeadSelectionPath(); lastRow = tree.getRowForPath(lastPath); stopCellEditing(); }
23,371
protected String paramString() { return "JCheckBox"; }
protected String paramString() { return super.paramString() + ",borderPaintedFlat=" + borderPaintedFlat; }
23,372
public int getNumGlyphs() { return peer.getMissingGlyphCode(this); }
public int getNumGlyphs() { return peer.getNumGlyphs(this); }
23,373
Obj(org.omg.CORBA.Object _object, byte[] _key, Servant _servant, gnuPOA _poa) { object = _object; key = _key; servant = _servant; poa = _poa; }
Obj(gnuServantObject _object, byte[] _key, Servant _servant, gnuPOA _poa) { object = _object; key = _key; servant = _servant; poa = _poa; }
23,374
private final void resolve8(int addr, int offset) { final int distance = offset - get8(addr); if (!X86Utils.isByte(distance)) { throw new IllegalArgumentException("Jump out of byte-range (" + distance + ")"); } if (isRelJump() && (distance == 0)) { if (get8(addr - 1) == 0xe...
private final void resolve8(int addr, int offset) { final int distance = offset - addr - 1; if (!X86Utils.isByte(distance)) { throw new IllegalArgumentException("Jump out of byte-range (" + distance + ")"); } if (isRelJump() && (distance == 0)) { if (get8(addr - 1) == 0x...
23,375
protected void createDefaultTheme() { setCurrentTheme(new OceanTheme()); }
protected void createDefaultTheme() { setCurrentTheme(new DefaultMetalTheme()); }
23,376
public String getUIClassID() { // Returns a string that specifies the name of the l&f class that renders this component. return "JTextComponent"; }
public String getUIClassID() { // Returns a string that specifies the name of the l&f class that renders this component. return "TextComponentUI"; }
23,377
public List<VmInterpretedExceptionHandler> getExceptionHandlers() { if (eTable == null) { return Collections.EMPTY_LIST; } else { return Arrays.asList(eTable); } }
public List<VmInterpretedExceptionHandler> getExceptionHandlers() { if (eTable == null) { return Collections.EMPTY_LIST; } else { return Arrays.asList(eTable); } }
23,378
public PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) { if (context == null) context = new ColorPaintContext(value);...
public PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) { if (context == null) context = new ColorPaintContext(value);...
23,379
public int getAlpha() { // Do not inline getRGB() to value, because of SystemColor. return (getRGB() & ALPHA_MASK) >> 24; }
public int getAlpha() { // Do not inline getRGB() to value, because of SystemColor. return (getRGB() & ALPHA_MASK) >>> 24; }
23,380
public String toString() { return getClass().getName() + "(top=" + top + ",bottom=" + bottom + ",left=" + left + ",right=" + right + ')'; }
public String toString() { return getClass().getName() + "(top=" + top + ",bottom=" + bottom + ",left=" + left + ",right=" + right + ')'; }
23,381
private void forceValidating () throws SAXNotRecognizedException, SAXNotSupportedException { aelfred2.setFeature ( SAXDriver.FEATURE + "namespace-prefixes", true); aelfred2.setFeature ( SAXDriver.FEATURE + "external-general-entities", true); aelfred2.setFeature ( SAXDriver.FEATURE + "exter...
private void forceValidating() throws SAXNotRecognizedException, SAXNotSupportedException { aelfred2.setFeature ( SAXDriver.FEATURE + "namespace-prefixes", true); aelfred2.setFeature ( SAXDriver.FEATURE + "external-general-entities", true); aelfred2.setFeature ( SAXDriver.FEATURE + "extern...
23,382
private void forceValidating () throws SAXNotRecognizedException, SAXNotSupportedException { aelfred2.setFeature ( SAXDriver.FEATURE + "namespace-prefixes", true); aelfred2.setFeature ( SAXDriver.FEATURE + "external-general-entities", true); aelfred2.setFeature ( SAXDriver.FEATURE + "exter...
private void forceValidating () throws SAXNotRecognizedException, SAXNotSupportedException { aelfred2.setFeature ( SAXDriver.FEATURE + "namespace-prefixes", true); aelfred2.setFeature ( SAXDriver.FEATURE + "external-general-entities", true); aelfred2.setFeature ( SAXDriver.FEATURE + "exter...
23,383
private void forceValidating () throws SAXNotRecognizedException, SAXNotSupportedException { aelfred2.setFeature ( SAXDriver.FEATURE + "namespace-prefixes", true); aelfred2.setFeature ( SAXDriver.FEATURE + "external-general-entities", true); aelfred2.setFeature ( SAXDriver.FEATURE + "exter...
private void forceValidating () throws SAXNotRecognizedException, SAXNotSupportedException { aelfred2.setFeature ( SAXDriver.FEATURE + "namespace-prefixes", true); aelfred2.setFeature ( SAXDriver.FEATURE + "external-general-entities", true); aelfred2.setFeature ( SAXDriver.FEATURE + "exter...
23,384
private void forceValidating () throws SAXNotRecognizedException, SAXNotSupportedException { aelfred2.setFeature ( SAXDriver.FEATURE + "namespace-prefixes", true); aelfred2.setFeature ( SAXDriver.FEATURE + "external-general-entities", true); aelfred2.setFeature ( SAXDriver.FEATURE + "exter...
private void forceValidating () throws SAXNotRecognizedException, SAXNotSupportedException { aelfred2.setFeature ( SAXDriver.FEATURE + "namespace-prefixes", true); aelfred2.setFeature ( SAXDriver.FEATURE + "external-general-entities", true); aelfred2.setFeature ( SAXDriver.FEATURE + "exter...
23,385
public ContentHandler getContentHandler () { return filter.getContentHandler (); }
public ContentHandler getContentHandler () { return filter.getContentHandler (); }
23,386
public DTDHandler getDTDHandler () { return filter.getDTDHandler (); }
public DTDHandler getDTDHandler () { return filter.getDTDHandler (); }
23,387
public EntityResolver getEntityResolver () { return aelfred2.getEntityResolver (); }
public EntityResolver getEntityResolver () { return aelfred2.getEntityResolver (); }
23,388
public ErrorHandler getErrorHandler () { return aelfred2.getErrorHandler (); }
public ErrorHandler getErrorHandler () { return aelfred2.getErrorHandler (); }
23,389
public void parse (String systemId) throws SAXException, IOException { parse (new InputSource (systemId)); }
public void parse(String systemId) throws SAXException, IOException { parse (new InputSource (systemId)); }
23,390
public void parse (String systemId) throws SAXException, IOException { parse (new InputSource (systemId)); }
public void parse (String systemId) throws SAXException, IOException { parse(new InputSource(systemId)); }
23,391
public void setContentHandler (ContentHandler handler) { if (active) throw new IllegalStateException ("already parsing"); filter.setContentHandler (handler); }
public void setContentHandler(ContentHandler handler) { if (active) throw new IllegalStateException ("already parsing"); filter.setContentHandler (handler); }
23,392
public void setContentHandler (ContentHandler handler) { if (active) throw new IllegalStateException ("already parsing"); filter.setContentHandler (handler); }
public void setContentHandler (ContentHandler handler) { if (active) throw new IllegalStateException ("already parsing"); filter.setContentHandler (handler); }
23,393
public void setDTDHandler (DTDHandler handler) { if (active) throw new IllegalStateException ("already parsing"); filter.setDTDHandler (handler); }
public void setDTDHandler(DTDHandler handler) { if (active) throw new IllegalStateException ("already parsing"); filter.setDTDHandler (handler); }
23,394
public void setDTDHandler (DTDHandler handler) { if (active) throw new IllegalStateException ("already parsing"); filter.setDTDHandler (handler); }
public void setDTDHandler (DTDHandler handler) { if (active) throw new IllegalStateException ("already parsing"); filter.setDTDHandler (handler); }
23,395
public void setEntityResolver (EntityResolver handler) { aelfred2.setEntityResolver (handler); }
public void setEntityResolver (EntityResolver handler) { aelfred2.setEntityResolver (handler); }
23,396
public void setErrorHandler (ErrorHandler handler) { if (active) throw new IllegalStateException ("already parsing"); aelfred2.setErrorHandler (handler); }
public void setErrorHandler(ErrorHandler handler) { if (active) throw new IllegalStateException ("already parsing"); aelfred2.setErrorHandler (handler); }
23,397
public void setErrorHandler (ErrorHandler handler) { if (active) throw new IllegalStateException ("already parsing"); aelfred2.setErrorHandler (handler); }
public void setErrorHandler (ErrorHandler handler) { if (active) throw new IllegalStateException ("already parsing"); aelfred2.setErrorHandler (handler); }
23,398
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
public void setFeature(String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alread...
23,399
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
23,400
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
23,401
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
23,402
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
23,403
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
public void setFeature (String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException { boolean value = getFeature (featureId); if (state == value) return; if ((SAXDriver.FEATURE + "validation").equals (featureId)) { if (active) throw new SAXNotSupportedException ("alrea...
23,404
public void setLocale (Locale locale) throws SAXException { aelfred2.setLocale (locale); }
public void setLocale(Locale locale) throws SAXException { aelfred2.setLocale (locale); }
23,405
public void setLocale (Locale locale) throws SAXException { aelfred2.setLocale (locale); }
public void setLocale (Locale locale) throws SAXException { aelfred2.setLocale (locale); }
23,406
public static VMOpenMode valueOf(int mode) { // These are mode values for open(). VMOpenMode value = null; boolean read = ((mode & FileChannelImpl.READ) == FileChannelImpl.READ); boolean write = ((mode & FileChannelImpl.WRITE) == FileChannelImpl.WRITE); boolean append = ((mode...
public static VMOpenMode valueOf(int mode) { // These are mode values for open(). VMOpenMode value = null; boolean read = ((mode & FileChannelImpl.READ) == FileChannelImpl.READ); boolean write = ((mode & FileChannelImpl.WRITE) == FileChannelImpl.WRITE); boolean append = ((mode...
23,408
public final int validOps () { return SelectionKey.OP_WRITE; }
public final int validOps() { return SelectionKey.OP_WRITE; }
23,409
public final int validOps () { return SelectionKey.OP_READ; }
public final int validOps() { return SelectionKey.OP_READ; }
23,410
public static Pipe open() throws IOException { return SelectorProvider.provider ().openPipe(); }
public static Pipe open() throws IOException { return SelectorProvider.provider().openPipe(); }
23,411
public String toString() { return "" + m; }
public String toString() { if (this == READ_ONLY) return "READ_ONLY"; else if (this == READ_WRITE) return "READ_WRITE"; return "PRIVATE"; }
23,414
protected FileChannel () { }
protected FileChannel() { }
23,415
public CellRendererPane() { // TODO } // CellRendererPane()
public CellRendererPane() { // TODO } // CellRendererPane()
23,428
protected void addImpl(Component c, Object constraints, int index) { // TODO } // addImpl()
protected void addImpl(Component c, Object constraints, int index) { // TODO } // addImpl()
23,429
public void invalidate() { // TODO } // invalidate()
public void invalidate() { // TODO } // invalidate()
23,430
public void paint(Graphics graphics) { // TODO } // paint()
public void paint(Graphics graphics) { // TODO } // paint()
23,431
public void paintComponent(Graphics graphics, Component c, Container p, int x, int y, int w, int h, boolean shouldValidate) { // TODO } // paintComponent()
public void paintComponent(Graphics graphics, Component c, Container p, int x, int y, int w, int h, boolean shouldValidate) { // TODO } // paintComponent()
23,432
public void update(Graphics graphics) { // TODO } // update()
public void update(Graphics graphics) { // TODO } // update()
23,433
public DynAny create_basic_dyn_any(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
public DynAny create_basic_dyn_any(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
23,434
public DynAny create_dyn_any(org.omg.CORBA.Any a) { throw new NO_IMPLEMENT(); };
public DynAny create_dyn_any(org.omg.CORBA.Any a) { throw new NO_IMPLEMENT(); };
23,435
public DynArray create_dyn_array(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
public DynArray create_dyn_array(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
23,436
public DynEnum create_dyn_enum(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
public DynEnum create_dyn_enum(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
23,437
public DynSequence create_dyn_sequence(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
public DynSequence create_dyn_sequence(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
23,438
public DynStruct create_dyn_struct(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
public DynStruct create_dyn_struct(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
23,439
public DynUnion create_dyn_union(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
public DynUnion create_dyn_union(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); };
23,440