bugged
stringlengths
6
599k
fixed
stringlengths
6
40.8M
__index_level_0__
int64
0
3.24M
public int hashCode () { throw new Error ("not implemented"); }
public int hashCode () { return peer.hashCode(); }
28,743
public TextHitInfo hitTestChar (float x, float y) { throw new Error ("not implemented"); }
public TextHitInfo hitTestChar (float x, float y) { return hitTestChar(x, y, getBounds()); }
28,744
public boolean isLeftToRight () { throw new Error ("not implemented"); }
public boolean isLeftToRight () { return peer.isLeftToRight(); }
28,745
public boolean isVertical () { throw new Error ("not implemented"); }
public boolean isVertical () { return peer.isVertical(); }
28,746
public String toString () { throw new Error ("not implemented"); }
public String toString () { return peer.toString(); }
28,747
public final void init(KeyStore store, char[] passwd) throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException { kmfSpi.engineInit(store, passwd); }
public final void init(KeyStore store, char[] passwd) throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException { kmfSpi.engineInit(store, passwd); }
28,748
public final void init(KeyStore store, char[] passwd) throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException { kmfSpi.engineInit(store, passwd); }
public final void init(KeyStore store, char[] passwd) throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException { kmfSpi.engineInit(params); }
28,749
public final void init(KeyStore store) throws KeyStoreException { tmfSpi.engineInit(store); }
public final void init(ManagerFactoryParameters params) throws InvalidAlgorithmParameterException { tmfSpi.engineInit(store); }
28,750
public final void init(KeyStore store) throws KeyStoreException { tmfSpi.engineInit(store); }
public final void init(KeyStore store) throws KeyStoreException { tmfSpi.engineInit(params); }
28,751
public void addChangeListener(ChangeListener l) { changes.addElement(l); }
public void addChangeListener(ChangeListener l) { changes.addElement(l); }
28,752
public void deinstall(JTextComponent c) { parent.removeFocusListener(this); parent.removeMouseListener(this); parent = null; }
publicvoiddeinstall(JTextComponentc){ parent.removeFocusListener(this); parent.removeMouseListener(this); parent=null;}
28,753
public int getBlinkRate() { return blink; }
public int getBlinkRate() { return blink; }
28,754
public int getDot() { return dot; }
public int getDot() { return dot; }
28,755
public Point getMagicCaretPosition() { return magic; }
public Point getMagicCaretPosition() { return magic; }
28,756
public int getMark() { return mark; }
public int getMark() { return mark; }
28,757
public boolean isSelectionVisible() { return vis_sel; }
public boolean isSelectionVisible() { return vis_sel; }
28,758
public boolean isVisible() { return vis; }
public boolean isVisible() { return vis; }
28,759
public void moveDot(int dot) { setDot(dot); }
public void moveDot(int dot) { setDot(dot); }
28,760
public void paint(Graphics g) { g.setColor(color); g.drawLine(x,y, x,y+height); }
public void paint(Graphics g) { g.setColor(color); g.drawLine(x,y, x,y+height); }
28,761
public void removeChangeListener(ChangeListener l) { changes.removeElement(l); }
public void removeChangeListener(ChangeListener l) { changes.removeElement(l); }
28,762
private void repaint() { if (parent != null) { parent.repaint(); } }
private void repaint() { if (parent != null) { parent.repaint(); } }
28,763
private void repaint() { if (parent != null) { parent.repaint(); } }
private void repaint() { if (parent != null) { parent.repaint(); }
28,764
public void setBlinkRate(int rate) { blink = rate; }
public void setBlinkRate(int rate) { blink = rate; }
28,765
public void setMagicCaretPosition(Point p) { magic = p; }
public void setMagicCaretPosition(Point p) { magic = p; }
28,766
public void setSelectionVisible(boolean v) { vis_sel = v; repaint(); }
public void setSelectionVisible(boolean v) { vis_sel = v; repaint(); }
28,767
public final Class getCategory() { return CopiesSupported.class; }
public Class getCategory() { return CopiesSupported.class; }
28,768
public final String getName() { return "copies-supported"; }
public String getName() { return "copies-supported"; }
28,769
public DebugGraphics() { // TODO } // DebugGraphics()
public DebugGraphics() { // TODO } // DebugGraphics()
28,770
public DebugGraphics() { // TODO } // DebugGraphics()
public DebugGraphics() { // TODO } // DebugGraphics()
28,771
public void clearRect(int x, int y, int w, int h) { // TODO } // clearRect()
public void clearRect(int x, int y, int w, int h) { // TODO } // clearRect()
28,772
public void clearRect(int x, int y, int w, int h) { // TODO } // clearRect()
public void clearRect(int x, int y, int w, int h) { // TODO } // clearRect()
28,773
public void clipRect(int value0, int value1, int value2, int value3) { // TODO } // clipRect()
public void clipRect(int value0, int value1, int value2, int value3) { // TODO } // clipRect()
28,774
public void clipRect(int value0, int value1, int value2, int value3) { // TODO } // clipRect()
public void clipRect(int value0, int value1, int value2, int value3) { // TODO } // clipRect()
28,775
public void copyArea(int x, int y, int w, int h, int destx, int desty) { // TODO } // copyArea()
public void copyArea(int x, int y, int w, int h, int destx, int desty) { // TODO } // copyArea()
28,776
public void copyArea(int x, int y, int w, int h, int destx, int desty) { // TODO } // copyArea()
public void copyArea(int x, int y, int w, int h, int destx, int desty) { // TODO } // copyArea()
28,777
public Graphics create() { return null; // TODO } // create()
public Graphics create() { return null; // TODO } // create()
28,778
public Graphics create() { return null; // TODO } // create()
public Graphics create() { return null; // TODO } // create()
28,779
public void dispose() { // TODO } // dispose()
public void dispose() { // TODO } // dispose()
28,780
public void dispose() { // TODO } // dispose()
public void dispose() { // TODO } // dispose()
28,781
public void draw3DRect(int x, int y, int w, int h, boolean raised) { // TODO } // draw3DRect()
public void draw3DRect(int x, int y, int w, int h, boolean raised) { // TODO } // draw3DRect()
28,782
public void draw3DRect(int x, int y, int w, int h, boolean raised) { // TODO } // draw3DRect()
public void draw3DRect(int x, int y, int w, int h, boolean raised) { // TODO } // draw3DRect()
28,783
public void drawArc(int x, int y, int w, int h, int startAngle, int arcAngle) { // TODO } // drawArc()
public void drawArc(int x, int y, int w, int h, int startAngle, int arcAngle) { // TODO } // drawArc()
28,784
public void drawArc(int x, int y, int w, int h, int startAngle, int arcAngle) { // TODO } // drawArc()
public void drawArc(int x, int y, int w, int h, int startAngle, int arcAngle) { // TODO } // drawArc()
28,785
public void drawBytes(byte[] data, int offset, int length, int x, int y) { // TODO } // drawBytes()
public void drawBytes(byte[] data, int offset, int length, int x, int y) { // TODO } // drawBytes()
28,786
public void drawBytes(byte[] data, int offset, int length, int x, int y) { // TODO } // drawBytes()
public void drawBytes(byte[] data, int offset, int length, int x, int y) { // TODO } // drawBytes()
28,787
public void drawChars(char[] data, int offset, int value2, int x, int y) { // TODO } // drawChars()
public void drawChars(char[] data, int offset, int value2, int x, int y) { // TODO } // drawChars()
28,788
public boolean drawImage(Image image, int x, int y, ImageObserver observer) { return false; // TODO } // drawImage()
public boolean drawImage(Image image, int x, int y, ImageObserver observer) { return false; // TODO } // drawImage()
28,789
public boolean drawImage(Image image, int x, int y, ImageObserver observer) { return false; // TODO } // drawImage()
public boolean drawImage(Image image, int x, int y, ImageObserver observer) { return false; // TODO } // drawImage()
28,790
public void drawLine(int x1, int y1, int x2, int y2) { // TODO } // drawLine()
public void drawLine(int x1, int y1, int x2, int y2) { // TODO } // drawLine()
28,791
public void drawLine(int x1, int y1, int x2, int y2) { // TODO } // drawLine()
public void drawLine(int x1, int y1, int x2, int y2) { // TODO } // drawLine()
28,792
public void drawOval(int x, int y, int w, int h) { // TODO } // drawOval()
public void drawOval(int x, int y, int w, int h) { // TODO } // drawOval()
28,793
public void drawOval(int x, int y, int w, int h) { // TODO } // drawOval()
public void drawOval(int x, int y, int w, int h) { // TODO } // drawOval()
28,794
public void drawPolygon(int[] xpoints, int[] ypoints, int npoints) { // TODO } // drawPolygon()
public void drawPolygon(int[] xpoints, int[] ypoints, int npoints) { // TODO } // drawPolygon()
28,795
public void drawPolygon(int[] xpoints, int[] ypoints, int npoints) { // TODO } // drawPolygon()
public void drawPolygon(int[] xpoints, int[] ypoints, int npoints) { // TODO } // drawPolygon()
28,796
public void drawPolyline(int[] xpoints, int[] ypoints, int npoints) { // TODO } // drawPolyline()
public void drawPolyline(int[] xpoints, int[] ypoints, int npoints) { // TODO } // drawPolyline()
28,797
public void drawPolyline(int[] xpoints, int[] ypoints, int npoints) { // TODO } // drawPolyline()
public void drawPolyline(int[] xpoints, int[] ypoints, int npoints) { // TODO } // drawPolyline()
28,798
public void drawRect(int x, int y, int w, int h) { // TODO } // drawRect()
public void drawRect(int x, int y, int w, int h) { // TODO } // drawRect()
28,799
public void drawRoundRect(int x, int y, int w, int h, int arcWidth, int arcHeight) { // TODO } // drawRoundRect()
public void drawRoundRect(int x, int y, int w, int h, int arcWidth, int arcHeight) { // TODO } // drawRoundRect()
28,800
public void drawRoundRect(int x, int y, int w, int h, int arcWidth, int arcHeight) { // TODO } // drawRoundRect()
public void drawRoundRect(int x, int y, int w, int h, int arcWidth, int arcHeight) { // TODO } // drawRoundRect()
28,801
public void drawString(String string, int s, int y) { // TODO } // drawString()
public void drawString(String string, int s, int y) { // TODO } // drawString()
28,802
public void drawString(String string, int s, int y) { // TODO } // drawString()
public void drawString(String string, int s, int y) { // TODO } // drawString()
28,803
public void fill3DRect(int x, int y, int w, int h, boolean raised) { // TODO } // fill3DRect()
public void fill3DRect(int x, int y, int w, int h, boolean raised) { // TODO } // fill3DRect()
28,804
public void fill3DRect(int x, int y, int w, int h, boolean raised) { // TODO } // fill3DRect()
public void fill3DRect(int x, int y, int w, int h, boolean raised) { // TODO } // fill3DRect()
28,805
public void fillArc(int x, int y, int w, int h, int startAngle, int arcAngle) { // TODO } // fillArc()
public void fillArc(int x, int y, int w, int h, int startAngle, int arcAngle) { // TODO } // fillArc()
28,806
public void fillArc(int x, int y, int w, int h, int startAngle, int arcAngle) { // TODO } // fillArc()
public void fillArc(int x, int y, int w, int h, int startAngle, int arcAngle) { // TODO } // fillArc()
28,807
public void fillOval(int x, int y, int w, int h) { // TODO } // fillOval()
public void fillOval(int x, int y, int w, int h) { // TODO } // fillOval()
28,808
public void fillOval(int x, int y, int w, int h) { // TODO } // fillOval()
public void fillOval(int x, int y, int w, int h) { // TODO } // fillOval()
28,809
public void fillPolygon(int[] xpoints, int[] ypoints, int npoints) { // TODO } // fillPolygon()
public void fillPolygon(int[] xpoints, int[] ypoints, int npoints) { // TODO } // fillPolygon()
28,810
public void fillPolygon(int[] xpoints, int[] ypoints, int npoints) { // TODO } // fillPolygon()
public void fillPolygon(int[] xpoints, int[] ypoints, int npoints) { // TODO } // fillPolygon()
28,811
public void fillRect(int x, int y, int w, int h) { // TODO } // fillRect()
public void fillRect(int x, int y, int w, int h) { // TODO } // fillRect()
28,812
public void fillRoundRect(int x, int y, int w, int h, int arcWidth, int arcHeight) { // TODO } // fillRoundRect()
public void fillRoundRect(int x, int y, int w, int h, int arcWidth, int arcHeight) { // TODO } // fillRoundRect()
28,813
public void fillRoundRect(int x, int y, int w, int h, int arcWidth, int arcHeight) { // TODO } // fillRoundRect()
public void fillRoundRect(int x, int y, int w, int h, int arcWidth, int arcHeight) { // TODO } // fillRoundRect()
28,814
public static Color flashColor() { return null; // TODO } // flashColor()
public static Color flashColor() { return null; // TODO } // flashColor()
28,815
public static Color flashColor() { return null; // TODO } // flashColor()
public static Color flashColor() { return null; // TODO } // flashColor()
28,816
public static int flashCount() { return 0; // TODO } // flashCount()
public static int flashCount() { return 0; // TODO } // flashCount()
28,817
public static int flashCount() { return 0; // TODO } // flashCount()
public static int flashCount() { return 0; // TODO } // flashCount()
28,818
public static int flashTime() { return 0; // TODO } // flashTime()
public static int flashTime() { return 0; // TODO } // flashTime()
28,819
public static int flashTime() { return 0; // TODO } // flashTime()
public static int flashTime() { return 0; // TODO } // flashTime()
28,820
public Shape getClip() { return null; // TODO } // getClip()
public Shape getClip() { return null; // TODO } // getClip()
28,821
public Shape getClip() { return null; // TODO } // getClip()
public Shape getClip() { return null; // TODO } // getClip()
28,822
public Rectangle getClipBounds() { return null; // TODO } // getClipBounds()
public Rectangle getClipBounds() { return null; // TODO } // getClipBounds()
28,823
public Rectangle getClipBounds() { return null; // TODO } // getClipBounds()
public Rectangle getClipBounds() { return null; // TODO } // getClipBounds()
28,824
public Color getColor() { return null; // TODO } // getColor()
public Color getColor() { return null; // TODO } // getColor()
28,825
public Color getColor() { return null; // TODO } // getColor()
public Color getColor() { return null; // TODO } // getColor()
28,826
public int getDebugOptions() { return 0; // TODO } // getDebugOptions()
public int getDebugOptions() { return 0; // TODO } // getDebugOptions()
28,827
public int getDebugOptions() { return 0; // TODO } // getDebugOptions()
public int getDebugOptions() { return 0; // TODO } // getDebugOptions()
28,828
public Font getFont() { return null; // TODO } // getFont()
public Font getFont() { return null; // TODO } // getFont()
28,829
public Font getFont() { return null; // TODO } // getFont()
public Font getFont() { return null; // TODO } // getFont()
28,830
public FontMetrics getFontMetrics() { return null; // TODO } // getFontMetrics()
public FontMetrics getFontMetrics() { return null; // TODO } // getFontMetrics()
28,831
public FontMetrics getFontMetrics() { return null; // TODO } // getFontMetrics()
public FontMetrics getFontMetrics() { return null; // TODO } // getFontMetrics()
28,832
public boolean isDrawingBuffer() { return false; // TODO } // isDrawingBuffer()
public boolean isDrawingBuffer() { return false; // TODO } // isDrawingBuffer()
28,833
public boolean isDrawingBuffer() { return false; // TODO } // isDrawingBuffer()
public boolean isDrawingBuffer() { return false; // TODO } // isDrawingBuffer()
28,834
public static PrintStream logStream() { return null; // TODO } // logStream()
public static PrintStream logStream() { return null; // TODO } // logStream()
28,835
public static PrintStream logStream() { return null; // TODO } // logStream()
public static PrintStream logStream() { return null; // TODO } // logStream()
28,836
public void setClip(int x, int y, int w, int h) { // TODO } // setClip()
public void setClip(int x, int y, int w, int h) { // TODO } // setClip()
28,837
public void setClip(int x, int y, int w, int h) { // TODO } // setClip()
public void setClip(int x, int y, int w, int h) { // TODO } // setClip()
28,838
public void setColor(Color color) { // TODO } // setColor()
public void setColor(Color color) { // TODO } // setColor()
28,839
public void setColor(Color color) { // TODO } // setColor()
public void setColor(Color color) { // TODO } // setColor()
28,840
public void setDebugOptions(int options) { // TODO } // setDebugOptions()
public void setDebugOptions(int options) { // TODO } // setDebugOptions()
28,841
public void setDebugOptions(int options) { // TODO } // setDebugOptions()
public void setDebugOptions(int options) { // TODO } // setDebugOptions()
28,842