bugged
stringlengths
6
599k
fixed
stringlengths
6
40.8M
__index_level_0__
int64
0
3.24M
short state() { return (short) poa.the_POAManager().get_state().value(); }
public short state() { return (short) poa.the_POAManager().get_state().value(); }
16,796
void add_reply_service_context(ServiceContext service_context, boolean replace );
void add_reply_service_context(ServiceContext service_context, boolean replace );
16,797
Policy get_server_policy(int type) throws INV_POLICY;
Policy get_server_policy(int type) throws INV_POLICY;
16,798
void set_slot(int id, Any data) throws InvalidSlot;
void set_slot(int id, Any data) throws InvalidSlot;
16,799
UnsupportedLookAndFeelException(String a) { super(a); }
public UnsupportedLookAndFeelException(String a) { super(a); }
16,800
public void addAWTEventListener(AWTEventListener listener, long eventMask) { // SecurityManager s = System.getSecurityManager(); // if (s != null) // s.checkPermission(AWTPermission("listenToAllAWTEvents")); // FIXME }
public void addAWTEventListener(AWTEventListener listener, long eventMask) { // SecurityManager s = System.getSecurityManager(); // if (s != null) // s.checkPermission(AWTPermission("listenToAllAWTEvents")); // FIXME }
16,802
public AWTEventListener[] getAWTEventListeners() { return null; }
public AWTEventListener[] getAWTEventListeners() { return null; }
16,804
public Insets getScreenInsets(GraphicsConfiguration gc) { return null; }
public Insets getScreenInsets(GraphicsConfiguration gc) { return null; }
16,805
public void removeAWTEventListener(AWTEventListener listener) { // FIXME }
SecurityManager s = System.getSecurityManager(); if (s != null) s.checkPermission(new AWTPermission("listenToAllAWTEvents")); int index = -1; for (int i = 0; i < awtEventListeners.length; ++i) { AWTEventListenerProxy proxy = awtEventListeners[i]; if (proxy.getListener() == listener) { index = i; break; SecurityMan...
16,806
private void damageLayout() { updateLayoutStateNeeded = 1; list.revalidate(); }
void damageLayout() { updateLayoutStateNeeded = 1; list.revalidate(); }
16,808
protected AWTKeyStroke(char keyChar, int keyCode, int modifiers, boolean onKeyRelease) { this.keyChar = keyChar; this.keyCode = keyCode; // No need to call extend(), as only trusted code calls this constructor. this.modifiers = modifiers; this.onKeyRelease = onKeyRelease; }
protected AWTKeyStroke(char keyChar, int keyCode, int modifiers, boolean onKeyRelease) { this.keyChar = keyChar; this.keyCode = keyCode; // No need to call extend(), as only trusted code calls this constructor. this.modifiers = modifiers; this.onKeyRelease = onKeyRelease; }
16,809
protected AWTKeyStroke(char keyChar, int keyCode, int modifiers, boolean onKeyRelease) { this.keyChar = keyChar; this.keyCode = keyCode; // No need to call extend(), as only trusted code calls this constructor. this.modifiers = modifiers; this.onKeyRelease = onKeyRelease; }
protected AWTKeyStroke(char keyChar, int keyCode, int modifiers, boolean onKeyRelease) { this.keyChar = keyChar; this.keyCode = keyCode; // No need to call extend(), as only trusted code calls this constructor. this.modifiers = modifiers; this.onKeyRelease = onKeyRelease; }
16,810
public JWindowPopup(Component owner, Component contents, int x, int y) { /* Checks whether contents is null. */ super(owner, contents, x, y); this.contents = contents; window = new JWindow(); window.getContentPane().add(contents); window.setLocation(x, y); ...
public JWindowPopup(Component owner, Component contents, int x, int y) { /* Checks whether contents is null. */ super(owner, contents, x, y); this.contents = contents; window = new JWindow(SwingUtilities.getWindowAncestor(owner)); window.getContentPane().add(conten...
16,811
public JWindow() { this(null); }
public JWindow() { super(null); }
16,812
Container getContentPane() { return getRootPane().getContentPane(); }
public Container getContentPane() { return getRootPane().getContentPane(); }
16,813
public void connect() throws IOException { // Call is ignored if already connected. if (connected) return; // If not connected, then file needs to be openned. file = new File (getURL().getFile()); if (! file.isDirectory()) { if (doInput) inputStream = new BufferedInputStream(new ...
public void connect() throws IOException { // Call is ignored if already connected. if (connected) return; // If not connected, then file needs to be openned. file = new File (unquote(getURL().getFile())); if (! file.isDirectory()) { if (doInput) inputStream = new BufferedInputSt...
16,814
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if ...
final byte[] encodeText(String text) throws IOException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if (buf == null) ...
16,815
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if ...
final byte[] encodeText(String text) throws UnsupportedEncodingException { encoder.reset(); if (!encoder.canEncode(text)) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) ...
16,816
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if ...
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if (buf == null) ...
16,817
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if ...
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if ...
16,818
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if ...
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if ...
16,819
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if ...
final byte[] encodeText(String text) throws UnsupportedEncodingException { if (compatibilityMode) { int len = text.length(); StringBuffer buf = null; for (int i = 0; i < len; i++) { char c = text.charAt(i); if (c >= 127) { if ...
16,820
public RegistryImpl(int port, RMIClientSocketFactory cf, RMIServerSocketFactory sf) throws RemoteException { super(new UnicastServerRef(new ObjID(ObjID.REGISTRY_ID), port, sf)); // The following is unnecessary, because UnicastRemoteObject export itself automatically. //((UnicastServerRef)getRef()).exportObject(this);}
public RegistryImpl(int port, RMIClientSocketFactory cf, RMIServerSocketFactory sf) throws RemoteException { super(new UnicastServerRef(new ObjID(ObjID.REGISTRY_ID), port, sf)); // The following is unnecessary, because UnicastRemoteObject export itself automatically. //((UnicastServerRef)getRef()).exportObject(this);}
16,821
public UnicastRef(ObjID objid, String host, int port, RMIClientSocketFactory csf) { this(objid); manager = UnicastConnectionManager.getInstance(host, port, csf);}
public UnicastRef(ObjID objid, String host, int port, RMIClientSocketFactory csf) { this(objid); manager = UnicastConnectionManager.getInstance(host, port, csf);}
16,822
public IllegalAccessError(String s) { super(s); }
public IllegalAccessError() { super(s); }
16,823
public IllegalAccessError(String s) { super(s); }
public IllegalAccessError(String s) { }
16,824
public static SAXParserFactory newInstance() throws FactoryConfigurationError { ClassLoader loader = Thread.currentThread().getContextClassLoader(); if (loader == null) { loader = SAXParserFactory.class.getClassLoader(); } String className = null; int count = 0; do { cl...
public static SAXParserFactory newInstance() throws FactoryConfigurationError { ClassLoader loader = Thread.currentThread().getContextClassLoader(); if (loader == null) { loader = SAXParserFactory.class.getClassLoader(); } String className = null; int count = 0; do { cl...
16,826
public void parse(InputStream stream, DefaultHandler def) throws SAXException, IOException { parse (new InputSource (stream), def); }
public void parse(InputStream stream, HandlerBase handler) throws SAXException, IOException { parse (new InputSource (stream), def); }
16,827
public void parse(InputStream stream, DefaultHandler def) throws SAXException, IOException { parse (new InputSource (stream), def); }
public void parse(InputStream stream, DefaultHandler def) throws SAXException, IOException { parse (new InputSource (stream), def); }
16,828
public boolean isFocusTraversable(JComboBox c) { boolean result = false; Iterator iterator = uis.iterator(); // first UI delegate provides the return value if (iterator.hasNext()) { ComboBoxUI ui = (ComboBoxUI) iterator.next(); result = ui.isFocusTraversable(c); } // return val...
public boolean isFocusTraversable(JComboBox c) { boolean result = false; Iterator iterator = uis.iterator(); // first UI delegate provides the return value if (iterator.hasNext()) { ComboBoxUI ui = (ComboBoxUI) iterator.next(); result = ui.isFocusTraversable(c); } // return val...
16,829
public boolean isPopupVisible(JComboBox c) { boolean result = false; Iterator iterator = uis.iterator(); // first UI delegate provides the return value if (iterator.hasNext()) { ComboBoxUI ui = (ComboBoxUI) iterator.next(); result = ui.isPopupVisible(c); } // return values from...
public boolean isPopupVisible(JComboBox c) { boolean result = false; Iterator iterator = uis.iterator(); // first UI delegate provides the return value if (iterator.hasNext()) { ComboBoxUI ui = (ComboBoxUI) iterator.next(); result = ui.isPopupVisible(c); } // return values from...
16,830
public void setPopupVisible(JComboBox c, boolean visible) { Iterator iterator = uis.iterator(); while (iterator.hasNext()) { ComboBoxUI ui = (ComboBoxUI) iterator.next(); ui.setPopupVisible(c, visible); } }
public void setPopupVisible(JComboBox c, boolean visible) { Iterator iterator = uis.iterator(); while (iterator.hasNext()) { ComboBoxUI ui = (ComboBoxUI) iterator.next(); ui.setPopupVisible(c, visible); } }
16,831
protected SizeRequirements calculateMajorAxisRequirements(int axis, SizeRequirements sr) { if (sr == null) sr = new SizeRequirements(); else { sr.maximum = 0; sr.minimum = 0; sr.preferred = 0; sr.alignment = 0.5F; ...
protected SizeRequirements calculateMajorAxisRequirements(int axis, SizeRequirements sr) { if (sr == null) sr = new SizeRequirements(); else { sr.maximum = 0; sr.minimum = 0; sr.preferred = 0; sr.alignment = 0.5F; ...
16,832
protected SizeRequirements calculateMinorAxisRequirements(int axis, SizeRequirements sr) { if (sr == null) sr = new SizeRequirements(); else { sr.maximum = 0; sr.minimum = 0; sr.preferred = 0; sr.alignment = 0.5F; ...
protected SizeRequirements calculateMinorAxisRequirements(int axis, SizeRequirements sr) { if (sr == null) sr = new SizeRequirements(); else { sr.maximum = 0; sr.minimum = 0; sr.preferred = 0; sr.alignment = 0.5F; ...
16,833
protected void layout(int width, int height) { this.width = width; this.height = height; if (myAxis == X_AXIS) { layoutMajorAxis(width, X_AXIS, offsetsX, spansX); layoutMinorAxis(height, Y_AXIS, offsetsY, spansY); } else { layoutMajorAxis(height, Y_AXIS, offsetsY, span...
protected void layout(int width, int height) { this.width = width; this.height = height; if (myAxis == X_AXIS) { layoutMajorAxis(width, X_AXIS, offsetsX, spansX); layoutMinorAxis(height, Y_AXIS, offsetsY, spansY); } else { layoutMajorAxis(height, Y_AXIS, offsetsY, span...
16,834
protected void layoutMajorAxis(int targetSpan, int axis, int[] offsets, int[] spans) { // Allocate SizeRequirements for each child view. int count = getViewCount(); SizeRequirements[] childReqs = new SizeRequirements[count]; for (int i = 0; i < count; ++i) { Vi...
protected void layoutMajorAxis(int targetSpan, int axis, int[] offsets, int[] spans) { // Allocate SizeRequirements for each child view. int count = getViewCount(); SizeRequirements[] childReqs = new SizeRequirements[count]; for (int i = 0; i < count; ++i) { Vi...
16,835
protected void layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans) { // Allocate SizeRequirements for each child view. int count = getViewCount(); SizeRequirements[] childReqs = new SizeRequirements[count]; for (int i = 0; i < count; ++i) { Vi...
protected void layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans) { // Allocate SizeRequirements for each child view. int count = getViewCount(); SizeRequirements[] childReqs = new SizeRequirements[count]; for (int i = 0; i < count; ++i) { Vi...
16,836
public SizeRequirements(int min, int pref, int max, float align) { // TODO } // SizeRequirements()
public SizeRequirements(int min, int pref, int max, float align) { // TODO } // SizeRequirements()
16,839
protected Rectangle getInsideAllocation(Shape a) { if (a == null) return null; Rectangle alloc = a.getBounds(); // Initialize the inside allocation rectangle. This is done inside // a synchronized block in order to avoid multiple threads creating // this instance simultanously. Rectangle insid...
protected Rectangle getInsideAllocation(Shape a) { if (a == null) return null; Rectangle alloc = a.getBounds(); // Initialize the inside allocation rectangle. This is done inside // a synchronized block in order to avoid multiple threads creating // this instance simultanously. Rectangle insid...
16,840
public abstract XMLEventWriter createXMLEventWriter(OutputStream stream) throws XMLStreamException;
public abstract XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException;
16,841
public static XMLInputFactory newInstance(String factoryId, ClassLoader classLoader) throws FactoryConfigurationError { ClassLoader loader = classLoader; if (loader == null) { loader = Thread.currentThread().getContextClassLoader(); } if (loader...
public static XMLInputFactory newInstance(String factoryId, ClassLoader classLoader) throws FactoryConfigurationError { ClassLoader loader = classLoader; if (loader == null) { loader = Thread.currentThread().getContextClassLoader(); } if (loader...
16,842
public static XMLInputFactory newInstance(String factoryId, ClassLoader classLoader) throws FactoryConfigurationError { ClassLoader loader = classLoader; if (loader == null) { loader = Thread.currentThread().getContextClassLoader(); } if (loader...
public static XMLInputFactory newInstance(String factoryId, ClassLoader classLoader) throws FactoryConfigurationError { ClassLoader loader = classLoader; if (loader == null) { loader = Thread.currentThread().getContextClassLoader(); } if (loader...
16,843
public boolean matches(Node node, int pos, int len) { Object ret = expr.evaluate(node, pos, len); if (ret instanceof Double) { // Same as [position() = x] return ((Double) ret).intValue() == pos; } return expr._boolean(node, expr.evaluate(node, pos, len)); }
public boolean matches(Node node, int pos, int len) { Object ret = expr.evaluate(node, pos, len); if (ret instanceof Double) { // Same as [position() = x] return ((Double) ret).intValue() == pos; } return Expr._boolean(node, expr.evaluate(node, pos, len)); }
16,844
protected AccessibleJSplitPane(JSplitPane component) { super(component); // TODO } // AccessibleJSplitPane()
protected AccessibleJSplitPane(JSplitPane component) { super(component); // TODO } // AccessibleJSplitPane()
16,845
public AccessibleRole getAccessibleRole() { return AccessibleRole.SPLIT_PANE; } // getAccessibleRole()
public AccessibleRole getAccessibleRole() { return AccessibleRole.SPLIT_PANE; } // getAccessibleRole()
16,846
public AccessibleStateSet getAccessibleStateSet() { return null; // TODO } // getAccessibleStateSet()
public AccessibleStateSet getAccessibleStateSet() { return null; // TODO } // getAccessibleStateSet()
16,847
public AccessibleValue getAccessibleValue() { return null; // TODO } // getAccessibleValue()
public AccessibleValue getAccessibleValue() { return null; // TODO } // getAccessibleValue()
16,848
public Number getCurrentAccessibleValue() { return null; // TODO } // getCurrentAccessibleValue()
public Number getCurrentAccessibleValue() { return null; // TODO } // getCurrentAccessibleValue()
16,849
public Number getMaximumAccessibleValue() { return null; // TODO } // getMaximumAccessibleValue()
public Number getMaximumAccessibleValue() { return null; // TODO } // getMaximumAccessibleValue()
16,850
public Number getMinimumAccessibleValue() { return null; // TODO } // getMinimumAccessibleValue()
public Number getMinimumAccessibleValue() { return null; // TODO } // getMinimumAccessibleValue()
16,851
public boolean setCurrentAccessibleValue(Number value0) { return false; // TODO } // setCurrentAccessibleValue()
public boolean setCurrentAccessibleValue(Number value0) { return false; // TODO } // setCurrentAccessibleValue()
16,852
public JSplitPane() { // TODO } // JSplitPane()
public JSplitPane() { // TODO } // JSplitPane()
16,853
protected void addImpl(Component value0, Object value1, int value2) { // TODO } // addImpl()
protected void addImpl(Component value0, Object value1, int value2) { // TODO } // addImpl()
16,854
public AccessibleContext getAccessibleContext() { if (accessibleContext == null) { accessibleContext = new AccessibleJSplitPane(this); } // if return accessibleContext; } // getAccessibleContext()
public AccessibleContext getAccessibleContext() { if (accessibleContext == null) { accessibleContext = new AccessibleJSplitPane(this); } // if return accessibleContext; } // getAccessibleContext()
16,855
public Component getBottomComponent() { return null; // TODO } // getBottomComponent()
public Component getBottomComponent() { return null; // TODO } // getBottomComponent()
16,856
public int getDividerLocation() { return 0; // TODO } // getDividerLocation()
public int getDividerLocation() { return 0; // TODO } // getDividerLocation()
16,857
public int getDividerSize() { return 0; // TODO } // getDividerSize()
public int getDividerSize() { return 0; // TODO } // getDividerSize()
16,858
public int getLastDividerLocation() { return 0; // TODO } // getLastDividerLocation()
public int getLastDividerLocation() { return 0; // TODO } // getLastDividerLocation()
16,859
public Component getLeftComponent() { return null; // TODO } // getLeftComponent()
public Component getLeftComponent() { return null; // TODO } // getLeftComponent()
16,860
public int getMaximumDividerLocation() { return 0; // TODO } // getMaximumDividerLocation()
public int getMaximumDividerLocation() { return 0; // TODO } // getMaximumDividerLocation()
16,861
public int getMinimumDividerLocation() { return 0; // TODO } // getMinimumDividerLocation()
public int getMinimumDividerLocation() { return 0; // TODO } // getMinimumDividerLocation()
16,862
public int getOrientation() { return 0; // TODO } // getOrientation()
public int getOrientation() { return 0; // TODO } // getOrientation()
16,863
public double getResizeWeight() { return 0.0; // TODO } // getResizeWeight()
public double getResizeWeight() { return 0.0; // TODO } // getResizeWeight()
16,864
public Component getRightComponent() { return null; // TODO } // getRightComponent()
public Component getRightComponent() { return null; // TODO } // getRightComponent()
16,865
public Component getTopComponent() { return null; // TODO } // getTopComponent()
public Component getTopComponent() { return null; // TODO } // getTopComponent()
16,866
public SplitPaneUI getUI() { return (SplitPaneUI) ui; } // getUI()
public SplitPaneUI getUI() { return (SplitPaneUI) ui; } // getUI()
16,867
public String getUIClassID() { return uiClassID; } // getUIClassID()
public String getUIClassID() { return uiClassID; } // getUIClassID()
16,868
public boolean isContinuousLayout() { return false; // TODO } // isContinuousLayout()
public boolean isContinuousLayout() { return false; // TODO } // isContinuousLayout()
16,869
public boolean isOneTouchExpandable() { return false; // TODO } // isOneTouchExpandable()
public boolean isOneTouchExpandable() { return false; // TODO } // isOneTouchExpandable()
16,870
public boolean isValidateRoot() { return false; // TODO } // isValidateRoot()
public boolean isValidateRoot() { return false; // TODO } // isValidateRoot()
16,871
protected void paintChildren(Graphics value0) { // TODO } // paintChildren()
protected void paintChildren(Graphics value0) { // TODO } // paintChildren()
16,872
protected String paramString() { return null; // TODO } // paramString()
protected String paramString() { return null; // TODO } // paramString()
16,873
public void remove(Component value0) { // TODO } // remove()
public void remove(Component value0) { // TODO } // remove()
16,874
public void removeAll() { // TODO } // removeAll()
public void removeAll() { // TODO } // removeAll()
16,875
public void resetToPreferredSizes() { // TODO } // resetToPreferredSizes()
public void resetToPreferredSizes() { // TODO } // resetToPreferredSizes()
16,876
public void setBottomComponent(Component value0) { // TODO } // setBottomComponent()
public void setBottomComponent(Component value0) { // TODO } // setBottomComponent()
16,877
public void setContinuousLayout(boolean value0) { // TODO } // setContinuousLayout()
public void setContinuousLayout(boolean value0) { // TODO } // setContinuousLayout()
16,878
public void setDividerLocation(double value0) { // TODO } // setDividerLocation()
public void setDividerLocation(double value0) { // TODO } // setDividerLocation()
16,879
public void setDividerSize(int value0) { // TODO } // setDividerSize()
public void setDividerSize(int value0) { // TODO } // setDividerSize()
16,880
public void setLastDividerLocation(int value0) { // TODO } // setLastDividerLocation()
public void setLastDividerLocation(int value0) { // TODO } // setLastDividerLocation()
16,881
public void setLeftComponent(Component value0) { // TODO } // setLeftComponent()
public void setLeftComponent(Component value0) { // TODO } // setLeftComponent()
16,882
public void setOneTouchExpandable(boolean value0) { // TODO } // setOneTouchExpandable()
public void setOneTouchExpandable(boolean value0) { // TODO } // setOneTouchExpandable()
16,883
public void setOrientation(int value0) { // TODO } // setOrientation()
public void setOrientation(int value0) { // TODO } // setOrientation()
16,884
public void setResizeWeight(double value0) { // TODO } // setResizeWeight()
public void setResizeWeight(double value0) { // TODO } // setResizeWeight()
16,885
public void setRightComponent(Component value0) { // TODO } // setRightComponent()
public void setRightComponent(Component value0) { // TODO } // setRightComponent()
16,886
public void setTopComponent(Component value0) { // TODO } // setTopComponent()
public void setTopComponent(Component value0) { // TODO } // setTopComponent()
16,887
public void setUI(SplitPaneUI ui) { super.setUI(ui); } // setUI()
public void setUI(SplitPaneUI ui) { super.setUI(ui); } // setUI()
16,888
public void updateUI() { setUI((SplitPaneUI) UIManager.get(this)); invalidate(); } // updateUI()
public void updateUI() { setUI((SplitPaneUI) UIManager.get(this)); invalidate(); } // updateUI()
16,889
protected TreeNode[] getPathToRoot(TreeNode node, int depth) { if (node == null) { if (depth == 0) return null; return new TreeNode[depth]; } TreeNode[] path = getPathToRoot(node.getParent(), depth + 1); path[depth] = node; return path; }
protected TreeNode[] getPathToRoot(TreeNode node, int depth) { if (node == null) { if (depth == 0) return null; return new TreeNode[depth]; } TreeNode[] path = getPathToRoot(node.getParent(), depth + 1); path[path.length - depth - 1] = node; return path; }
16,890
public boolean isRoot() { return (parent == null); }
public boolean isRoot() { return parent == null; }
16,891
public void endEntity(String name) throws SAXException { if ("[dtd]".equals(name) || name.charAt(0) == '%') { // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".e...
public void endEntity(String name) throws SAXException if ("[dtd]".equals(name) || name.charAt(0) == '%') // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".equals(...
16,895
public void endEntity(String name) throws SAXException { if ("[dtd]".equals(name) || name.charAt(0) == '%') { // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".e...
public void endEntity(String name) throws SAXException { if ("[dtd]".equals(name) || name.charAt(0) == '%') { // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".e...
16,896
public void endEntity(String name) throws SAXException { if ("[dtd]".equals(name) || name.charAt(0) == '%') { // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".e...
public void endEntity(String name) throws SAXException { if ("[dtd]".equals(name) || name.charAt(0) == '%') { // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".e...
16,897
public void endEntity(String name) throws SAXException { if ("[dtd]".equals(name) || name.charAt(0) == '%') { // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".e...
public void endEntity(String name) throws SAXException { if ("[dtd]".equals(name) || name.charAt(0) == '%') { // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".e...
16,898
public void endEntity(String name) throws SAXException { if ("[dtd]".equals(name) || name.charAt(0) == '%') { // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".e...
public void endEntity(String name) throws SAXException { if ("[dtd]".equals(name) || name.charAt(0) == '%') { // Ignore DTD and parameter entities return; } if ("lt".equals(name) || "gt".equals(name) || "amp".equals(name) || "apos".equals(name) || "quot".e...
16,899
public void startEntity(String name) throws SAXException { DocumentType doctype = doc.getDoctype(); if (doctype == null) { throw new SAXException("SAX parser error: " + "reference to entity in undeclared doctype"); } if ("[dtd]".equals(name) || name.charAt(0...
public void startEntity(String name) throws SAXException { DocumentType doctype = doc.getDoctype(); if (doctype == null) { throw new SAXException("SAX parser error: " + "reference to entity in undeclared doctype"); } if ("[dtd]".equals(name) || name.charAt(0...
16,903
public void startEntity(String name) throws SAXException { DocumentType doctype = doc.getDoctype(); if (doctype == null) { throw new SAXException("SAX parser error: " + "reference to entity in undeclared doctype"); } if ("[dtd]".equals(name) || name.charAt(0...
public void startEntity(String name) throws SAXException { DocumentType doctype = doc.getDoctype(); if (doctype == null) { throw new SAXException("SAX parser error: " + "reference to entity in undeclared doctype"); } if ("[dtd]".equals(name) || name.charAt(0...
16,904
public void startEntity(String name) throws SAXException { DocumentType doctype = doc.getDoctype(); if (doctype == null) { throw new SAXException("SAX parser error: " + "reference to entity in undeclared doctype"); } if ("[dtd]".equals(name) || name.charAt(0...
public void startEntity(String name) throws SAXException { DocumentType doctype = doc.getDoctype(); if (doctype == null) { throw new SAXException("SAX parser error: " + "reference to entity in undeclared doctype"); if ("[dtd]".equals(name) || name.charAt(0) ...
16,905
public void startEntity(String name) throws SAXException { DocumentType doctype = doc.getDoctype(); if (doctype == null) { throw new SAXException("SAX parser error: " + "reference to entity in undeclared doctype"); } if ("[dtd]".equals(name) || name.charAt(0...
public void startEntity(String name) throws SAXException { DocumentType doctype = doc.getDoctype(); if (doctype == null) { throw new SAXException("SAX parser error: " + "reference to entity in undeclared doctype"); } if ("[dtd]".equals(name) || name.charAt(0...
16,906
protected int checkHorizontalKey(int key, String message) { // Verify that key is a legal value for the horizontalAlignment properties. return 0; }
protected int checkHorizontalKey(int key, String message) { // Verify that key is a legal value for the horizontalAlignment properties. return 0; }
16,908