bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
NumberNode(TemplateNode children, TemplateNode next, Expr value, TemplateNode format, String lang, int letterValue, String groupingSeparator, int groupingSize) { super(children, next, format, lang, letterValue, groupingSeparator, groupingSize); this.value = value; } | NumberNode(TemplateNode children, TemplateNode next, Expr value, TemplateNode format, String lang, int letterValue, String groupingSeparator, int groupingSize) { super(children, next, format, lang, letterValue, groupingSeparator, groupingSize); this.value = value; } | 15,413 |
NumberNode(TemplateNode children, TemplateNode next, Expr value, TemplateNode format, String lang, int letterValue, String groupingSeparator, int groupingSize) { super(children, next, format, lang, letterValue, groupingSeparator, groupingSize); this.value = value; } | NumberNode(TemplateNode children, TemplateNode next, Expr value, TemplateNode format, String lang, int letterValue, String groupingSeparator, int groupingSize) { super(children, next, format, lang, letterValue, groupingSeparator, groupingSize); this.value = value; } | 15,414 |
TemplateNode clone(Stylesheet stylesheet) { return new NumberNode((children == null) ? null : children.clone(stylesheet), (next == null) ? null : next.clone(stylesheet), value.clone(stylesheet), ... | TemplateNode clone(Stylesheet stylesheet) { return new NumberNode((children == null) ? null : children.clone(stylesheet), (next == null) ? null : next.clone(stylesheet), value.clone(stylesheet), ... | 15,415 |
public Iterator iterator() { final int headerOffset = getAttributeOffset() + IndexRoot.SIZE; return new IndexEntryIterator(getFileRecord(), this, headerOffset + getHeader() .getFirstEntryOffset()); } | public Iterator<IndexEntry> iterator() { final int headerOffset = getAttributeOffset() + IndexRoot.SIZE; return new IndexEntryIterator(getFileRecord(), this, headerOffset + getHeader() .getFirstEntryOffset()); } | 15,417 |
protected void doDrawAlphaRaster(Raster raster, int srcX, int srcY, int dstX, int dstY, int width, int height, int color) { final byte[] buf = new byte[width]; final int[] pixels = new int[width]; final int c1 = color & 0xFF; final int c2 = ... | boolean modified = false; boolean modified = false; boolean modified = false; boolean modified = false; boolean modified = false; boolean modified = false; boolean modified = false; boolean modified = false; protectedboolean modified = false; voidboolean modified = false; doDrawAlphaRaster(Rasterboolean modified = fals... | 15,418 |
protected void doDrawAlphaRaster(Raster raster, int srcX, int srcY, int dstX, int dstY, int width, int height, int color) { final byte[] buf = new byte[width]; final int[] pixels = new int[width]; final int c1 = color & 0xFF; final int c2 = ... | protected void doDrawAlphaRaster(Raster raster, int srcX, int srcY, int dstX, int dstY, int width, int height, int color) { final byte[] buf = new byte[width]; final int[] pixels = new int[width]; final int c1 = color & 0xFF; final int c2 = ... | 15,419 |
protected void doDrawAlphaRaster(Raster raster, int srcX, int srcY, int dstX, int dstY, int width, int height, int color) { final byte[] buf = new byte[width]; final int[] pixels = new int[width]; final int c1 = color & 0xFF; final int c2 = ... | protected void doDrawAlphaRaster(Raster raster, int srcX, int srcY, int dstX, int dstY, int width, int height, int color) { final byte[] buf = new byte[width]; final int[] pixels = new int[width]; final int c1 = color & 0xFF; final int c2 = ... | 15,420 |
protected void doDrawAlphaRaster(Raster raster, int srcX, int srcY, int dstX, int dstY, int width, int height, int color) { final byte[] buf = new byte[width]; final int[] pixels = new int[width]; final int c1 = color & 0xFF; final int c2 = ... | protected void doDrawAlphaRaster(Raster raster, int srcX, int srcY, int dstX, int dstY, int width, int height, int color) { final byte[] buf = new byte[width]; final int[] pixels = new int[width]; final int c1 = color & 0xFF; final int c2 = ... | 15,421 |
protected void doDrawAlphaRaster(Raster raster, int srcX, int srcY, int dstX, int dstY, int width, int height, int color) { final byte[] buf = new byte[width]; final int[] pixels = new int[width]; final int c1 = color & 0xFF; final int c2 = ... | protected void doDrawAlphaRaster(Raster raster, int srcX, int srcY, int dstX, int dstY, int width, int height, int color) { final byte[] buf = new byte[width]; final int[] pixels = new int[width]; final int c1 = color & 0xFF; final int c2 = ... | 15,422 |
public abstract void setShort(int memPtr, short value, int count); | public abstract void setShort(int memPtr, short value, int count); | 15,423 |
public Object getDataElements(int x, int y, int w, int h, Object outData) { return sampleModel.getDataElements(x-sampleModelTranslateX, y-sampleModelTranslateY, w, h, outData, dataBuffer); } | public Object getDataElements(int x, int y, int w, int h, Object outData) { return sampleModel.getDataElements(x-sampleModelTranslateX, y-sampleModelTranslateY, w, h, outData, dataBuffer); } | 15,424 |
public Object getDataElements(int x, int y, int w, int h, Object outData) { return sampleModel.getDataElements(x-sampleModelTranslateX, y-sampleModelTranslateY, w, h, outData, dataBuffer); } | public Object getDataElements(int x, int y, int w, int h, Object outData) { return sampleModel.getDataElements(x-sampleModelTranslateX, y-sampleModelTranslateY, w, h, outData, dataBuffer); } | 15,425 |
public abstract void setInt(int memPtr, int value, int count); | public abstract void setInt(int memPtr, int value, int count); | 15,426 |
public abstract void setByte(int memPtr, byte value, int count); | public abstract void setByte(int memPtr, byte value, int count); | 15,427 |
public static Object lookup(Class name) throws NameNotFoundException { return getNameSpace().lookup(name); } | public static Object lookup(Class name) throws NameNotFoundException { return getNameSpace().lookup(name); } | 15,428 |
protected AccessibleJCheckBoxMenuItem(JCheckBoxMenuItem component) { super(component); // TODO } // AccessibleJCheckBoxMenuItem() | protected AccessibleJCheckBoxMenuItem(JCheckBoxMenuItem component) { super(component); // TODO } // AccessibleJCheckBoxMenuItem() | 15,429 |
public AccessibleRole getAccessibleRole() { return AccessibleRole.CHECK_BOX; } // getAccessibleRole() | public AccessibleRole getAccessibleRole() { return AccessibleRole.CHECK_BOX; } // getAccessibleRole() | 15,430 |
public JCheckBoxMenuItem() { // TODO } // JCheckBoxMenuItem() | public JCheckBoxMenuItem() { // TODO } // JCheckBoxMenuItem() | 15,431 |
public AccessibleContext getAccessibleContext() { if (accessibleContext == null) { accessibleContext = new AccessibleJCheckBoxMenuItem(this); } // if return accessibleContext; } // getAccessibleContext() | public AccessibleContext getAccessibleContext() { if (accessibleContext == null) { accessibleContext = new AccessibleJCheckBoxMenuItem(this); } // if return accessibleContext; } // getAccessibleContext() | 15,432 |
public Object[] getSelectedObjects() { return null; // TODO } // getSelectedObjects() | public Object[] getSelectedObjects() { return null; // TODO } // getSelectedObjects() | 15,433 |
public boolean getState() { return false; // TODO } // getState() | public boolean getState() { return false; // TODO } // getState() | 15,434 |
public String getUIClassID() { return uiClassID; } // getUIClassID() | public String getUIClassID() { return uiClassID; } // getUIClassID() | 15,435 |
protected String paramString() { return null; // TODO } // paramString() | protected String paramString() { return null; // TODO } // paramString() | 15,436 |
public void requestFocus() { // TODO } // requestFocus() | public void requestFocus() { // TODO } // requestFocus() | 15,437 |
public synchronized void setState(boolean state) { // TODO } // setState() | public synchronized void setState(boolean state) { // TODO } // setState() | 15,438 |
private void writeObject(ObjectOutputStream stream) throws IOException { // TODO } // writeObject() | private void writeObject(ObjectOutputStream stream) throws IOException { // TODO } // writeObject() | 15,439 |
private void writeObject(ObjectOutputStream stream) throws IOException { // TODO } // writeObject() | private void writeObject(ObjectOutputStream stream) throws IOException { // TODO } // writeObject() | 15,440 |
public Object[] getSelectedObjects() { //Returns an array (length 1) containing the label or null if the button is not selected. return null; } | public Object[] getSelectedObjects() { //Returns an array (length 1) containing the label or null if the button is not selected. return null; } | 15,441 |
public static final CertificateFactory getInstance(String type) throws CertificateException { Provider[] p = Security.getProviders (); for (int i = 0; i < p.length; i++) { String classname = p[i].getProperty ("CertificateFactory." + type); if (classname != null) return getInstance (classname, type, p[i]... | public static final CertificateFactory getInstance(String type) throws CertificateException { Provider[] p = Security.getProviders (); for (int i = 0; i < p.length; i++) { String classname = p[i].getProperty ("CertificateFactory." + type); if (classname != null) return getInstance (classname, type, p[i]... | 15,442 |
public static final CertificateFactory getInstance(String type) throws CertificateException { Provider[] p = Security.getProviders (); for (int i = 0; i < p.length; i++) { String classname = p[i].getProperty ("CertificateFactory." + type); if (classname != null) return getInstance (classname, type, p[i]... | public static final CertificateFactory getInstance(String type) throws CertificateException { Provider[] p = Security.getProviders(); for (int i = 0; i < p.length; i++) { String classname = p[i].getProperty ("CertificateFactory." + type); if (classname != null) return getInstance (classname, type, p[i])... | 15,443 |
public static final CertificateFactory getInstance(String type) throws CertificateException { Provider[] p = Security.getProviders (); for (int i = 0; i < p.length; i++) { String classname = p[i].getProperty ("CertificateFactory." + type); if (classname != null) return getInstance (classname, type, p[i]... | public static final CertificateFactory getInstance(String type) throws CertificateException { Provider[] p = Security.getProviders (); for (int i = 0; i < p.length; i++) { String classname = p[i].getProperty ("CertificateFactory." + type); if (classname != null) return getInstance (classname, type, p[i]... | 15,444 |
public final Certificate generateCertificate(InputStream inStream) throws CertificateException { return certFacSpi.engineGenerateCertificate( inStream ); } | public final Certificate generateCertificate(InputStream inStream) throws CertificateException { return certFacSpi.engineGenerateCertificate(inStream); } | 15,445 |
private void queueEvent() { synchronized (queueLock) { queue++; if (queue == 1) SwingUtilities.invokeLater(new Runnable() { public void run() { drainEvents(); } }); } } | private void queueEvent() { synchronized (queueLock) { queue++; if (queue == 1) SwingUtilities.invokeLater(new Runnable() { public void run() { drainEvents(); } }); } } | 15,446 |
public void run() { drainEvents(); } | public void run() { drainEvents(); } | 15,447 |
public SAXSource() { } // SAXSource() | public SAXSource() { } // SAXSource() | 15,448 |
public InputSource getInputSource() { return inputSource; } // inputSource() | public InputSource getInputSource() { return inputSource; } // inputSource() | 15,449 |
public InputSource getInputSource() { return inputSource; } // inputSource() | public InputSource getInputSource() { return inputSource; } // inputSource() | 15,450 |
public String getSystemId() { if (inputSource != null) { return inputSource.getSystemId(); } // if return null; } // getSystemId() | public String getSystemId() { if (inputSource != null) { return inputSource.getSystemId(); } // if return null; } // getSystemId() | 15,451 |
public String getSystemId() { if (inputSource != null) { return inputSource.getSystemId(); } // if return null; } // getSystemId() | public String getSystemId() { if (inputSource != null) { return inputSource.getSystemId(); } // if return null; } // getSystemId() | 15,452 |
public String getSystemId() { if (inputSource != null) { return inputSource.getSystemId(); } // if return null; } // getSystemId() | public String getSystemId() { if (inputSource != null) { return inputSource.getSystemId(); } // if return null; } // getSystemId() | 15,453 |
public XMLReader getXMLReader() { return reader; } // getXMLReader() | public XMLReader getXMLReader() { return reader; } // getXMLReader() | 15,454 |
public void setInputSource(InputSource source) { this.inputSource = source; } // setInputSource() | public void setInputSource(InputSource source) { this.inputSource = source; } // setInputSource() | 15,455 |
public void setSystemId(String systemID) { if (inputSource != null) { inputSource.setSystemId(systemID); } } // setSystemId() | public void setSystemId(String systemID) { if (inputSource != null) { inputSource.setSystemId(systemID); } } // setSystemId() | 15,456 |
public void setSystemId(String systemID) { if (inputSource != null) { inputSource.setSystemId(systemID); } } // setSystemId() | public void setSystemId(String systemID) { if (inputSource != null) { inputSource.setSystemId(systemID); } // setSystemId() | 15,457 |
public void setXMLReader(XMLReader reader) { this.reader = reader; } // setXMLReader() | public void setXMLReader(XMLReader reader) { this.reader = reader; } // setXMLReader() | 15,458 |
public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | 15,459 |
public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | 15,460 |
public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | 15,461 |
public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | 15,462 |
public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | public static InputSource sourceToInputSource (Source in) { InputSource retval; boolean ok = false; if (in instanceof SAXSource) { return ((SAXSource) in).inputSource; } if (in.getSystemId () != null) { retval = new InputSource (in.getSystemId ()); ok = true; } else retval = n... | 15,463 |
public StructMember(String a_name, TypeCode a_type, IDLType a_type_def) { name = a_name; type = a_type; type_def = a_type_def; } | public StructMember() { name = a_name; type = a_type; type_def = a_type_def; } | 15,465 |
public StructMember(String a_name, TypeCode a_type, IDLType a_type_def) { name = a_name; type = a_type; type_def = a_type_def; } | public StructMember(String a_name, TypeCode a_type, IDLType a_type_def) { name = a_name; type = a_type; type_def = a_type_def; } | 15,466 |
public AlreadyBoundException(String s) { super(s); } | public AlreadyBoundException() { super(s); } | 15,467 |
public AlreadyBoundException(String s) { super(s); } | public AlreadyBoundException(String s) { } | 15,468 |
public final void deviceStarted(Device device) { if (device.implementsAPI(FSBlockDeviceAPI.class)) { // add it to the queue of devices to be mounted only if the action // is not already pending devicesAdded++; devicesWaitingToBeMounted.add(device); //log... | public final void deviceStarted(final Device device) { if (device.implementsAPI(FSBlockDeviceAPI.class)) { // add it to the queue of devices to be mounted only if the action // is not already pending devicesAdded++; devicesWaitingToBeMounted.add(device); ... | 15,469 |
public final void deviceStarted(Device device) { if (device.implementsAPI(FSBlockDeviceAPI.class)) { // add it to the queue of devices to be mounted only if the action // is not already pending devicesAdded++; devicesWaitingToBeMounted.add(device); //log... | public final void deviceStarted(Device device) { if (device.implementsAPI(FSBlockDeviceAPI.class)) { // add it to the queue of devices to be mounted only if the action // is not already pending devicesAdded++; devicesWaitingToBeMounted.add(device); //log... | 15,470 |
public final void deviceStop(Device device) { if (device.implementsAPI(FSBlockDeviceAPI.class)) { final FileSystem fs = fileSystemService.unregisterFileSystem(device); if (fs != null) { try { fs.close(); } catch (IOException ex) { ... | public final void deviceStop(Device device) { if (device.implementsAPI(FSBlockDeviceAPI.class)) { final FileSystem fs = fileSystemService .unregisterFileSystem(device); if (fs != null) { try { fs.close(); } catch (IOException ex) { ... | 15,471 |
public void start() throws PluginException { try { devMan = (DeviceManager) InitialNaming.lookup(DeviceManager.NAME); devMan.addListener(this); fileSystemService = (FileSystemService) InitialNaming .lookup(FileSystemService.NAME); asynchronousMou... | public void start() throws PluginException { try { devMan = (DeviceManager) InitialNaming.lookup(DeviceManager.NAME); devMan.addListener(this); fileSystemService = (FileSystemService) InitialNaming .lookup(FileSystemService.NAME); asynchronousMou... | 15,472 |
public void stop() { devMan.removeListener(this); asynchronousMounterThread.stopProcessor(); asynchronousMounterThread = null; } | public void stop() { devMan.removeListener(this); asynchronousMounterThread.stopProcessor(); asynchronousMounterThread = null; } | 15,473 |
public ColorUIResource(Color c) { super(c.getRGB()); } | public ColorUIResource(int r, int g, int b) { super(c.getRGB()); } | 15,475 |
public ColorUIResource(Color c) { super(c.getRGB()); } | public ColorUIResource(Color c) { super(r, g, b); } | 15,476 |
public OctetSeqHolder(byte[] initial_value) { value = initial_value; typecode.setLength(value.length); } | public OctetSeqHolder() { value = initial_value; typecode.setLength(value.length); } | 15,477 |
public OctetSeqHolder(byte[] initial_value) { value = initial_value; typecode.setLength(value.length); } | public OctetSeqHolder(byte[] initial_value) { value = initial_value; typecode.setLength(value.length); } | 15,478 |
public synchronized <S> S[] toArray(S[] a) { if (a.length < elementCount) a = (S[]) Array.newInstance(a.getClass().getComponentType(), elementCount); else if (a.length > elementCount) a[elementCount] = null; System.arraycopy(elementData, 0, a, 0, elementCount); return a; } | public synchronized Object[] toArray() { if (a.length < elementCount) a = (S[]) Array.newInstance(a.getClass().getComponentType(), elementCount); else if (a.length > elementCount) a[elementCount] = null; System.arraycopy(elementData, 0, a, 0, elementCount); return a; } | 15,479 |
public synchronized <S> S[] toArray(S[] a) { if (a.length < elementCount) a = (S[]) Array.newInstance(a.getClass().getComponentType(), elementCount); else if (a.length > elementCount) a[elementCount] = null; System.arraycopy(elementData, 0, a, 0, elementCount); return a; } | public synchronized <S> S[] toArray(S[] a) { if (a.length < elementCount) a = (S[]) Array.newInstance(a.getClass().getComponentType(), elementCount); else if (a.length > elementCount) a[elementCount] = null; System.arraycopy(elementData, 0, a, 0, elementCount); return a; } | 15,480 |
public ObjID(int num) { objNum = (long)num; space = new UID((short)0);} | public ObjID(int num) { objNum = (long)num; space = new UID((short)0);} | 15,481 |
public UnicastServerRef(ObjID id, int port, RMIServerSocketFactory ssf) throws RemoteException { super(id); manager = UnicastConnectionManager.getInstance(port, ssf);} | public UnicastServerRef(ObjID id, int port, RMIServerSocketFactory ssf) throws RemoteException { super(id); manager = UnicastConnectionManager.getInstance(port, ssf);} | 15,482 |
protected UnicastRemoteObject(RemoteRef ref) throws RemoteException { super((UnicastServerRef)ref); exportObject(this);} | protected UnicastRemoteObject(RemoteRef ref) throws RemoteException { super((UnicastServerRef)ref); exportObject(this);} | 15,483 |
public NotBoundException(String s) { super(s); } | public NotBoundException() { super(s); } | 15,484 |
public NotBoundException(String s) { super(s); } | public NotBoundException(String s) { } | 15,485 |
public void warning(TransformerException exception) throws TransformerException; | public void warning(TransformerException exception) throws TransformerException; | 15,486 |
protected Transformer() { } // Transformer() | protected Transformer() { } // Transformer() | 15,487 |
public static XMLReader createXMLReader () throws SAXException { String className = null; ClassLoader loader = NewInstance.getClassLoader (); // 1. try the JVM-instance-wide system property try { className = System.getProperty (property); } catch (RuntimeException e) { /* normally fails for applets */ } // 2. ... | public static XMLReader createXMLReader () throws SAXException { String className = null; ClassLoader loader = NewInstance.getClassLoader (); // 1. try the JVM-instance-wide system property try { className = System.getProperty (property); } catch (RuntimeException e) { /* normally fails for applets */ } // 2. ... | 15,488 |
public Throwable getCause() { return containedException; } | public Throwable getCause() { return containedException; } | 15,489 |
public abstract Source getAssociatedStylesheet(Source source, String media, String title, String charset) throws TransformerConfigurationException; | public abstract Source getAssociatedStylesheet(Source source, String media, String title, String charset) throws TransformerConfigurationException; | 15,490 |
public abstract Object getAttribute(String name) throws IllegalArgumentException; | public abstract Object getAttribute(String name) throws IllegalArgumentException; | 15,491 |
public abstract Templates newTemplates (Source stylesheet) throws TransformerConfigurationException; | public abstract Templates newTemplates (Source stylesheet) throws TransformerConfigurationException; | 15,492 |
public TransformerConfigurationException(String msg) { super(msg); } // TransformerConfigurationException() | public TransformerConfigurationException(String msg) { super(msg); } // TransformerConfigurationException() | 15,493 |
public abstract Transformer newTransformer() throws TransformerConfigurationException; | public abstract Transformer newTransformer(Source source) throws TransformerConfigurationException; | 15,494 |
public abstract TransformerHandler newTransformerHandler() throws TransformerConfigurationException; | public abstract TransformerHandler newTransformerHandler() throws TransformerConfigurationException; | 15,495 |
public abstract XMLFilter newXMLFilter (Source stylesheet) throws TransformerConfigurationException; | public abstract XMLFilter newXMLFilter (Source stylesheet) throws TransformerConfigurationException; | 15,496 |
public final Class getCategory() { return QueuedJobCount.class; } | public Class getCategory() { return QueuedJobCount.class; } | 15,497 |
public final String getName() { return "queued-job-count"; } | public String getName() { return "queued-job-count"; } | 15,498 |
public final void set(int year, int month, int date, int hour, int minute) { set(year, month, date); fields[HOUR_OF_DAY] = hour; fields[MINUTE] = minute; isSet[HOUR_OF_DAY] = isSet[MINUTE] = true; isSet[AM_PM] = false; isSet[HOUR] = false; } | public void set(int field, int value) { set(year, month, date); fields[HOUR_OF_DAY] = hour; fields[MINUTE] = minute; isSet[HOUR_OF_DAY] = isSet[MINUTE] = true; isSet[AM_PM] = false; isSet[HOUR] = false; } | 15,499 |
public final void set(int year, int month, int date, int hour, int minute) { set(year, month, date); fields[HOUR_OF_DAY] = hour; fields[MINUTE] = minute; isSet[HOUR_OF_DAY] = isSet[MINUTE] = true; isSet[AM_PM] = false; isSet[HOUR] = false; } | public final void set(int year, int month, int date, int hour, int minute) { set(year, month, date); fields[HOUR_OF_DAY] = hour; fields[MINUTE] = minute; isSet[HOUR_OF_DAY] = isSet[MINUTE] = true; isSet[AM_PM] = false; isSet[HOUR] = false; } | 15,500 |
protected void installDefaults() { divider = createDefaultDivider(); resetLayoutManager(); nonContinuousLayoutDivider = createDefaultNonContinuousLayoutDivider(); splitPane.add(divider, JSplitPane.DIVIDER); // There is no need to add the nonContinuousLayoutDivider UIDefaults defaults = UIManager.ge... | protected void installDefaults() { divider = createDefaultDivider(); resetLayoutManager(); nonContinuousLayoutDivider = createDefaultNonContinuousLayoutDivider(); splitPane.add(divider, JSplitPane.DIVIDER); // There is no need to add the nonContinuousLayoutDivider UIDefaults defaults = UIManager.ge... | 15,501 |
public static void setCurrentKeyboardFocusManager (KeyboardFocusManager m) { SecurityManager sm = System.getSecurityManager (); if (sm != null) sm.checkPermission (new AWTPermission ("replaceKeyboardFocusManager")); ThreadGroup currentGroup = Thread.currentThread ().getThreadGroup (); KeyboardFocusM... | public static void setCurrentKeyboardFocusManager (KeyboardFocusManager m) { SecurityManager sm = System.getSecurityManager (); if (sm != null) sm.checkPermission (new AWTPermission ("replaceKeyboardFocusManager")); ThreadGroup currentGroup = Thread.currentThread ().getThreadGroup (); KeyboardFocusM... | 15,502 |
public static AWTKeyStroke getAWTKeyStroke(int keyCode, int modifiers) { return getAWTKeyStroke(KeyEvent.CHAR_UNDEFINED, keyCode, extend(modifiers), false); } | public static AWTKeyStroke getAWTKeyStroke(char keyChar) { return getAWTKeyStroke(KeyEvent.CHAR_UNDEFINED, keyCode, extend(modifiers), false); } | 15,503 |
public static AWTKeyStroke getAWTKeyStroke(int keyCode, int modifiers) { return getAWTKeyStroke(KeyEvent.CHAR_UNDEFINED, keyCode, extend(modifiers), false); } | public static AWTKeyStroke getAWTKeyStroke(int keyCode, int modifiers) { return getAWTKeyStroke(KeyEvent.CHAR_UNDEFINED, keyCode, extend(modifiers), false); } | 15,504 |
public FocusEvent(Component source, int id, boolean temporary) { this(source, id, temporary, null); } | public FocusEvent(Component source, int id, boolean temporary, Component opposite) { this(source, id, temporary, null); } | 15,505 |
public FocusEvent(Component source, int id, boolean temporary) { this(source, id, temporary, null); } | public FocusEvent(Component source, int id, boolean temporary) { super(source, id); this.temporary = temporary; this.opposite = opposite; } | 15,506 |
public String toString() { return toString(false); } | public String toString(boolean objectInfo) { return toString(false); } | 15,507 |
public String toString() { return toString(false); } | public String toString() { StringBuffer sb = new StringBuffer(super.toString()); Throwable cause = getRootCause(); if (cause != null) { sb.append(" caused by "); sb.append(cause); } Name remaining = getRemainingName(); if (remaining != null) { sb.append(" [remainingName: "); sb.append(remaining); } Object resolve... | 15,508 |
public void addCertificate(java.security.Certificate certificate) throws KeyManagementException { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkSecurityAccess("addIdentityCertificate"); //Check public key of this certificate against the first one //in the vector if... | public void addCertificate(Certificate certificate) throws KeyManagementException { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkSecurityAccess("addIdentityCertificate"); //Check public key of this certificate against the first one //in the vector if (certificates... | 15,509 |
public void addCertificate(java.security.Certificate certificate) throws KeyManagementException { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkSecurityAccess("addIdentityCertificate"); //Check public key of this certificate against the first one //in the vector if... | public void addCertificate(java.security.Certificate certificate) throws KeyManagementException { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkSecurityAccess("addIdentityCertificate"); //Check public key of this certificate against the first one //in the vector if (certificates.si... | 15,510 |
public void addCertificate(java.security.Certificate certificate) throws KeyManagementException { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkSecurityAccess("addIdentityCertificate"); //Check public key of this certificate against the first one //in the vector if... | public void addCertificate(java.security.Certificate certificate) throws KeyManagementException { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkSecurityAccess("addIdentityCertificate"); //Check public key of this certificate against the first one //in the vector if... | 15,511 |
public KeyManagementException(String msg) { super(msg); } | public KeyManagementException() { super(msg); } | 15,513 |
public KeyManagementException(String msg) { super(msg); } | public KeyManagementException(String msg) { } | 15,514 |
public ZipEntry(String name) { if (name == null) throw new NullPointerException(); this.name = name; } | public ZipEntry(String name) { if (name == null) throw new NullPointerException(); this.name = name; } | 15,515 |
public int getColumnCount(); | public int getColumnCount(); | 15,516 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.