bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public DataFlavor(String mimeType) throws ClassNotFoundException { this(mimeType, null); } | public DataFlavor(String mimeType) throws ClassNotFoundException { mimeType = null; representationClass = null; humanPresentableName = null; } | 18,400 |
public String getParameter(String paramName) { if ("humanPresentableName".equals(paramName)) return getHumanPresentableName(); return getParameter(paramName, mimeType); } | private static String getParameter(String paramName, String mimeString) { if ("humanPresentableName".equals(paramName)) return getHumanPresentableName(); return getParameter(paramName, mimeType); } | 18,401 |
public String getParameter(String paramName) { if ("humanPresentableName".equals(paramName)) return getHumanPresentableName(); return getParameter(paramName, mimeType); } | public String getParameter(String paramName) { if ("humanPresentableName".equals(paramName)) return getHumanPresentableName(); return getParameter(paramName, mimeType); } | 18,402 |
public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException { // FIXME: Implement me } | public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException, NotImplementedException { // FIXME: Implement me } | 18,403 |
public void writeExternal(ObjectOutput stream) throws IOException { // FIXME: Implement me } | public void writeExternal(ObjectOutput stream) throws IOException, NotImplementedException { // FIXME: Implement me } | 18,404 |
private Pattern (String regex, int flags) throws PatternSyntaxException { this.regex = regex; this.flags = flags; int gnuFlags = 0; if ((flags & CASE_INSENSITIVE) != 0) gnuFlags |= RE.REG_ICASE; if ((flags & MULTILINE) != 0) gnuFlags |= RE.REG_MULTILINE; if ((flags & DOTALL) != 0) ... | private Pattern (String regex, int flags) throws PatternSyntaxException { this.regex = regex; this.flags = flags; int gnuFlags = 0; if ((flags & CASE_INSENSITIVE) != 0) gnuFlags |= RE.REG_ICASE; if ((flags & MULTILINE) != 0) gnuFlags |= RE.REG_MULTILINE; if ((flags & DOTALL) != 0) ... | 18,405 |
public void setData(String data) throws DOMException; | public void setData(String data) throws DOMException; | 18,407 |
public SocketAddress receive (ByteBuffer dst) throws IOException { if (!isOpen()) throw new ClosedChannelException(); try { DatagramPacket packet; int len = dst.capacity() - dst.position(); if (dst.hasArray()) { packet = new DatagramPacket (dst.... | public SocketAddress receive (ByteBuffer dst) throws IOException { if (!isOpen()) throw new ClosedChannelException(); try { DatagramPacket packet; int len = dst.remaining(); if (dst.hasArray()) { packet = new DatagramPacket (dst.array(), ... | 18,408 |
public void setPaintLabels(boolean paint) { if (paint != paintLabels) { boolean oldPaintLabels = paintLabels; paintLabels = paint; firePropertyChange("paintLabels", oldPaintLabels, paintLabels); } } | public void setPaintLabels(boolean paint) { if (paint != paintLabels) { boolean oldPaintLabels = paintLabels; paintLabels = paint; firePropertyChange("paintLabels", oldPaintLabels, paintLabels); } } | 18,411 |
public void setPaintLabels(boolean paint) { if (paint != paintLabels) { boolean oldPaintLabels = paintLabels; paintLabels = paint; firePropertyChange("paintLabels", oldPaintLabels, paintLabels); } } | public void setPaintLabels(boolean paint) { if (paint != paintLabels) { boolean oldPaintLabels = paintLabels; paintLabels = paint; if (paint && majorTickSpacing > 0) labelTable = createStandardLabels(majorTickSpacing); firePropertyChange("paintLabels", !paint, paint); } } | 18,412 |
public void setSnapToTicks(boolean snap) { if (snap != snapToTicks) { snapToTicks = snap; fireStateChanged(); } } | public void setSnapToTicks(boolean snap) { if (snap != snapToTicks) { snapToTicks = snap; firePropertyChange("snapToTicks", !snap, snap); } } | 18,414 |
public Class[] getParameterTypes() { if (parameterTypes == null) { int cnt = vmMethod.getNoArguments(); ArrayList<Class> list = new ArrayList<Class>(cnt); for (int i = 0; i < cnt; i++) { list.add(vmMethod.getArgumentType(i).asClass()); } parameterTypes = list; } return (Class[])parameterTypes.toArray(n... | public Class[] getParameterTypes() { if (parameterTypes == null) { int cnt = vmMethod.getNoArguments(); ArrayList<Class> list = new ArrayList<Class>(cnt); for (int i = 0; i < cnt; i++) { list.add(vmMethod.getArgumentType(i).asClass()); } parameterTypes = list; } return (Class[])parameterTypes.toArray(n... | 18,415 |
public boolean intersects(Rectangle2D r) { return intersects(r.getX(), r.getY(), r.getWidth(), r.getHeight()); } | public boolean intersects(double x, double y, double w, double h) { return intersects(r.getX(), r.getY(), r.getWidth(), r.getHeight()); } | 18,416 |
public boolean intersects(Rectangle2D r) { return intersects(r.getX(), r.getY(), r.getWidth(), r.getHeight()); } | public boolean intersects(Rectangle2D r) { return intersects(r.getX(), r.getY(), r.getWidth(), r.getHeight()); } | 18,417 |
public FrameWrapper(JInternalFrame iFrame) { this.frame = iFrame; this.setText(iFrame.getTitle()); this.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent event) { try { JInternalFrame frame =... | repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); publicrepaint(); FrameWrapper(JInternalFramerepaint(); iFrame)repaint(); {repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); this.framerepaint(); =repa... | 18,418 |
public FrameWrapper(JInternalFrame iFrame) { this.frame = iFrame; this.setText(iFrame.getTitle()); this.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent event) { try { JInternalFrame frame =... | repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); publicrepaint(); FrameWrapper(JInternalFramerepaint(); iFrame)repaint(); {repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); this.framerepaint(); =repa... | 18,419 |
public void internalFrameDeiconified(InternalFrameEvent event) { //To change body of implemented methods use File | Settings | File Templates. } | repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); publicrepaint(); voidrepaint(); internalFrameDeiconified(InternalFrameEventrepaint(); event)repaint(); {repaint(); repaint(); repaint(); repaint... | 18,422 |
public void internalFrameIconified(InternalFrameEvent event) { //To change body of implemented methods use File | Settings | File Templates. } | repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); repaint(); publicrepaint(); voidrepaint(); internalFrameIconified(InternalFrameEventrepaint(); event)repaint(); {repaint(); repaint(); repaint(); repaint()... | 18,423 |
public boolean add(E o) { add(size(), o); return true; } | public void add(int index, E o) { add(size(), o); return true; } | 18,424 |
public boolean add(E o) { add(size(), o); return true; } | public boolean add(E o) { add(size(), o); return true; } | 18,425 |
public static boolean requiresBidi(char[] text, int start, int end) { final int LEFT_TO_RIGHT = Character.DIRECTIONALITY_LEFT_TO_RIGHT; for (int i = start; i < end; i++) { char c = text[i]; if (Character.getDirectionality(c) != LEFT_TO_RIGHT) return true; } return false; } | public static boolean requiresBidi(char[] text, int start, int end) { for (int i = start; i < end; i++) { char c = text[i]; if (Character.getDirectionality(c) != LEFT_TO_RIGHT) return true; } return false; } | 18,426 |
public static boolean requiresBidi(char[] text, int start, int end) { final int LEFT_TO_RIGHT = Character.DIRECTIONALITY_LEFT_TO_RIGHT; for (int i = start; i < end; i++) { char c = text[i]; if (Character.getDirectionality(c) != LEFT_TO_RIGHT) return true; } return false; } | public static boolean requiresBidi(char[] text, int start, int end) { final int LEFT_TO_RIGHT = Character.DIRECTIONALITY_LEFT_TO_RIGHT; for (int i = start; i < end; i++) { char c = text[i]; if (Character.getDirectionality(c) != LEFT_TO_RIGHT) return true; } return false; } | 18,427 |
public Object getProperty(String name) throws IllegalArgumentException { if (IS_PREFIX_DEFAULTING.equals(name)) return new Boolean(prefixDefaulting); throw new IllegalArgumentException(name); } | public Object getProperty(String name) throws IllegalArgumentException { if (IS_REPAIRING_NAMESPACES.equals(name)) return new Boolean(prefixDefaulting); throw new IllegalArgumentException(name); } | 18,428 |
public boolean isPropertySupported(String name) { if (IS_PREFIX_DEFAULTING.equals(name)) return true; return false; } | public boolean isPropertySupported(String name) { if (IS_REPAIRING_NAMESPACES.equals(name)) return true; return false; } | 18,429 |
public void setProperty(String name, Object value) throws IllegalArgumentException { if (IS_PREFIX_DEFAULTING.equals(name)) prefixDefaulting = ((Boolean) value).booleanValue(); else throw new IllegalArgumentException(name); } | public void setProperty(String name, Object value) throws IllegalArgumentException { if (IS_REPAIRING_NAMESPACES.equals(name)) prefixDefaulting = ((Boolean) value).booleanValue(); else throw new IllegalArgumentException(name); } | 18,430 |
public Ext2FileSystem(Device device, boolean readOnly) throws FileSystemException { super(device, readOnly); blockCache = new BlockCache(50,(float)0.75); inodeCache = new INodeCache(50,(float)0.75); //groupDescriptorLock = new Object(); //superblockLock = new Object(); } | publiclog.setLevel(Level.INFO); Ext2FileSystem(Devicelog.setLevel(Level.INFO); device,log.setLevel(Level.INFO); booleanlog.setLevel(Level.INFO); readOnly)log.setLevel(Level.INFO); log.setLevel(Level.INFO); throwslog.setLevel(Level.INFO); FileSystemExceptionlog.setLevel(Level.INFO); { super(device,log.setLevel... | 18,431 |
protected FSEntry buildRootEntry() throws IOException { //a free inode has been found: create the inode and write it into the inode table long iNodeTableBlock = groupDescriptors[0].getInodeTable(); //the first block of the inode table INodeTable iNodeTable = new INodeTable(this, (int)iNodeTableBlock); //byte[]... | protected FSEntry buildRootEntry() throws IOException { //a free inode has been found: create the inode and write it into the inode table long iNodeTableBlock = groupDescriptors[0].getInodeTable(); //the first block of the inode table INodeTable iNodeTable = new INodeTable(this, (int)iNodeTableBlock); //byte[]... | 18,432 |
public void create(int blockSize) throws FileSystemException { try{ //create the superblock superblock = new Superblock(); superblock.create(blockSize, this); //create the group descriptors groupCount = (int)Math.ceil((double)superblock.getBlocksCount() / (double)superblock.getBlocksPerGroup()); groupD... | public iNodeTables[i] = new INodeTable(this, (int)iNodeTableBlock); void iNodeTables[i] = new INodeTable(this, (int)iNodeTableBlock); create(int iNodeTables[i] = new INodeTable(this, (int)iNodeTableBlock); blockSize) iNodeTables[i] = new INodeTable(this, (int)iNodeTableBlock); throws iNodeTables[i] = new INodeTable(th... | 18,433 |
protected INode createINode(int preferredBlockBroup, int fileFormat, int accessRights, int uid, int gid) throws FileSystemException, IOException { if(preferredBlockBroup >= superblock.getBlocksCount()) throw new FileSystemException("Block group "+preferredBlockBroup+" does not exist"); int groupNr = preferr... | protected INode createINode(int preferredBlockBroup, int fileFormat, int accessRights, int uid, int gid) throws FileSystemException, IOException { if(preferredBlockBroup >= superblock.getBlocksCount()) throw new FileSystemException("Block group "+preferredBlockBroup+" does not exist"); int groupNr = preferr... | 18,434 |
public INode getINode(int iNodeNr) throws IOException, FileSystemException{ if((iNodeNr<1)||(iNodeNr>superblock.getINodesCount())) throw new FileSystemException("INode number ("+iNodeNr+") out of range (0-"+superblock.getINodesCount()+")"); Integer key=new Integer(iNodeNr); //log.debug("iNodeCache size: "+in... | public INode getINode(int iNodeNr) throws IOException, FileSystemException{ if((iNodeNr<1)||(iNodeNr>superblock.getINodesCount())) throw new FileSystemException("INode number ("+iNodeNr+") out of range (0-"+superblock.getINodesCount()+")"); Integer key=new Integer(iNodeNr); //log.debug("iNodeCache size: "+in... | 18,436 |
public INode getINode(int iNodeNr) throws IOException, FileSystemException{ if((iNodeNr<1)||(iNodeNr>superblock.getINodesCount())) throw new FileSystemException("INode number ("+iNodeNr+") out of range (0-"+superblock.getINodesCount()+")"); Integer key=new Integer(iNodeNr); //log.debug("iNodeCache size: "+in... | public INode getINode(int iNodeNr) throws IOException, FileSystemException{ if((iNodeNr<1)||(iNodeNr>superblock.getINodesCount())) throw new FileSystemException("INode number ("+iNodeNr+") out of range (0-"+superblock.getINodesCount()+")"); Integer key=new Integer(iNodeNr); //log.debug("iNodeCache size: "+in... | 18,437 |
public INode getINode(int iNodeNr) throws IOException, FileSystemException{ if((iNodeNr<1)||(iNodeNr>superblock.getINodesCount())) throw new FileSystemException("INode number ("+iNodeNr+") out of range (0-"+superblock.getINodesCount()+")"); Integer key=new Integer(iNodeNr); //log.debug("iNodeCache size: "+in... | publicINodegetINode(intiNodeNr)throwsIOException,FileSystemException{ if((iNodeNr<1)||(iNodeNr>superblock.getINodesCount())) thrownewFileSystemException("INodenumber("+iNodeNr+")outofrange(0-"+superblock.getINodesCount()+")"); Integerkey=newInteger(iNodeNr); //log.debug("iNodeCachesize:"+inodeCache.size()); ... | 18,438 |
public INode getINode(int iNodeNr) throws IOException, FileSystemException{ if((iNodeNr<1)||(iNodeNr>superblock.getINodesCount())) throw new FileSystemException("INode number ("+iNodeNr+") out of range (0-"+superblock.getINodesCount()+")"); Integer key=new Integer(iNodeNr); //log.debug("iNodeCache size: "+in... | public INode getINode(int iNodeNr) throws IOException, FileSystemException{ if((iNodeNr<1)||(iNodeNr>superblock.getINodesCount())) throw new FileSystemException("INode number ("+iNodeNr+") out of range (0-"+superblock.getINodesCount()+")"); Integer key=new Integer(iNodeNr); //log.debug("iNodeCache size: "+in... | 18,439 |
public FSDirectory getDirectory() throws IOException { if(isDirectory()) return new Ext2Directory( iNode ); else throw new IOException("Not a directory"); } | public FSDirectory getDirectory() throws IOException { if(isDirectory()) return new Ext2Directory( iNode ); else throw new IOException("Not a directory"); } | 18,441 |
protected AbstractPreferences(AbstractPreferences parent, String name) { if ((name == null) // name should be given || (name.length() > MAX_NAME_LENGTH) // 80 characters max || (parent == null && name.length() != 0) // root has no name || (parent != null && name.length() == 0) // all other nodes do || (name.i... | protected AbstractPreferences(AbstractPreferences parent, String name) { if ( (name == null) // name should be given || (name.length() > MAX_NAME_LENGTH) // 80 characters max || (parent == null && name.length() != 0) // root has no name || (parent != null && name.length() == 0) // all other nodes do || (name... | 18,442 |
protected AbstractPreferences(AbstractPreferences parent, String name) { if ((name == null) // name should be given || (name.length() > MAX_NAME_LENGTH) // 80 characters max || (parent == null && name.length() != 0) // root has no name || (parent != null && name.length() == 0) // all other nodes do || (name.i... | protected AbstractPreferences(AbstractPreferences parent, String name) { if ((name == null) // name should be given || (name.length() > MAX_NAME_LENGTH) // 80 characters max || (parent == null && name.length() != 0) // root has no name || (parent != null && name.length() == 0) // all other nodes do || (name.i... | 18,443 |
public String[] childrenNames() throws BackingStoreException { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); TreeSet childrenNames = new TreeSet(); // First get all cached node names childrenNames.addAll(childCache.keySet()); // Then add any others String names... | public String[] childrenNames() throws BackingStoreException { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); TreeSet childrenNames = new TreeSet(); // First get all cached node names childrenNames.addAll(childCache.keySet()); // Then add any others String names... | 18,444 |
public void clear() throws BackingStoreException { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node Removed"); String[] keys = keys(); for (int i = 0; i < keys.length; i++) { removeSpi(keys[i]); } } } | public void clear() throws BackingStoreException { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node Removed"); String[] keys = keys(); for (int i = 0; i < keys.length; i++) { removeSpi(keys[i]); } } } | 18,445 |
private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | 18,446 |
private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | 18,447 |
private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | 18,448 |
private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | 18,449 |
private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | private static byte[] decode64(String s) { ByteArrayOutputStream bs = new ByteArrayOutputStream((s.length() / 4) * 3); char[] c = new char[s.length()]; s.getChars(0, s.length(), c, 0); // Convert from base64 chars int endchar = -1; for (int j = 0; j < c.length && endchar == -1; j++) { if (c[j] >= 'A' && c[j] <... | 18,450 |
private static String encode64(byte[] b) { StringBuffer sb = new StringBuffer((b.length / 3) * 4); int i = 0; int remaining = b.length; char c[] = new char[4]; while (remaining > 0) { // Three input bytes are encoded as four chars (6 bits) as // 00000011 11112222 22333333 c[0] = (char) ((b[i] & 0xFC) >> 2);... | private static String encode64(byte[] b) { StringBuffer sb = new StringBuffer((b.length / 3) * 4); int i = 0; int remaining = b.length; char c[] = new char[4]; while (remaining > 0) { // Three input bytes are encoded as four chars (6 bits) as // 00000011 11112222 22333333 c[0] = (char) ((b[i] & 0xFC) >> 2);... | 18,451 |
private static String encode64(byte[] b) { StringBuffer sb = new StringBuffer((b.length / 3) * 4); int i = 0; int remaining = b.length; char c[] = new char[4]; while (remaining > 0) { // Three input bytes are encoded as four chars (6 bits) as // 00000011 11112222 22333333 c[0] = (char) ((b[i] & 0xFC) >> 2);... | private static String encode64(byte[] b) { StringBuffer sb = new StringBuffer((b.length / 3) * 4); int i = 0; int remaining = b.length; char c[] = new char[4]; while (remaining > 0) { // Three input bytes are encoded as four chars (6 bits) as // 00000011 11112222 22333333 c[0] = (char) ((b[i] & 0xFC) >> 2);... | 18,452 |
private static String encode64(byte[] b) { StringBuffer sb = new StringBuffer((b.length / 3) * 4); int i = 0; int remaining = b.length; char c[] = new char[4]; while (remaining > 0) { // Three input bytes are encoded as four chars (6 bits) as // 00000011 11112222 22333333 c[0] = (char) ((b[i] & 0xFC) >> 2);... | private static String encode64(byte[] b) { StringBuffer sb = new StringBuffer((b.length / 3) * 4); int i = 0; int remaining = b.length; char c[] = new char[4]; while (remaining > 0) { // Three input bytes are encoded as four chars (6 bits) as // 00000011 11112222 22333333 c[0] = (char) ((b[i] & 0xFC) >> 2);... | 18,453 |
private static String encode64(byte[] b) { StringBuffer sb = new StringBuffer((b.length / 3) * 4); int i = 0; int remaining = b.length; char c[] = new char[4]; while (remaining > 0) { // Three input bytes are encoded as four chars (6 bits) as // 00000011 11112222 22333333 c[0] = (char) ((b[i] & 0xFC) >> 2);... | private static String encode64(byte[] b) { StringBuffer sb = new StringBuffer((b.length / 3) * 4); int i = 0; int remaining = b.length; char c[] = new char[4]; while (remaining > 0) { // Three input bytes are encoded as four chars (6 bits) as // 00000011 11112222 22333333 c[0] = (char) ((b[i] & 0xFC) >> 2);... | 18,454 |
private boolean existsNode(String path) throws BackingStoreException { // Empty String "" indicates this node if (path.length() == 0) return (!isRemoved()); // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path... | private boolean existsNode(String path) throws BackingStoreException { // Empty String "" indicates this node if (path.length() == 0) return (!isRemoved()); // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path... | 18,455 |
private boolean existsNode(String path) throws BackingStoreException { // Empty String "" indicates this node if (path.length() == 0) return (!isRemoved()); // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path... | private boolean existsNode(String path) throws BackingStoreException { // Empty String "" indicates this node if (path.length() == 0) return (!isRemoved()); // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path... | 18,456 |
private boolean existsNode(String path) throws BackingStoreException { // Empty String "" indicates this node if (path.length() == 0) return (!isRemoved()); // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path... | private boolean existsNode(String path) throws BackingStoreException { // Empty String "" indicates this node if (path.length() == 0) return (!isRemoved()); // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path... | 18,457 |
private boolean existsNode(String path) throws BackingStoreException { // Empty String "" indicates this node if (path.length() == 0) return (!isRemoved()); // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path... | private boolean existsNode(String path) throws BackingStoreException { // Empty String "" indicates this node if (path.length() == 0) return (!isRemoved()); // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path... | 18,458 |
public void exportNode(OutputStream os) throws BackingStoreException, IOException { NodeWriter nodeWriter = new NodeWriter(this, os); nodeWriter.writePrefs(); } | public void exportNode(OutputStream os) throws BackingStoreException, IOException { NodeWriter nodeWriter = new NodeWriter(this, os); nodeWriter.writePrefs(); } | 18,459 |
public void exportSubtree(OutputStream os) throws BackingStoreException, IOException { NodeWriter nodeWriter = new NodeWriter(this, os); nodeWriter.writePrefsTree(); } | public void exportSubtree(OutputStream os) throws BackingStoreException, IOException { NodeWriter nodeWriter = new NodeWriter(this, os); nodeWriter.writePrefsTree(); } | 18,460 |
private void flushNode(boolean sync) throws BackingStoreException { String[] keys = null; synchronized (lock) { if (sync) { syncSpi(); } else { flushSpi(); } keys = (String[]) childCache.keySet().toArray(); } if (keys != null) { for (int i = 0; i < keys.length; i++) { // Have to lock this node a... | private void flushNode(boolean sync) throws BackingStoreException { String[] keys = null; synchronized (lock) { if (sync) { syncSpi(); } else { flushSpi(); } keys = (String[]) childCache.keySet().toArray(); } if (keys != null) { for (int i = 0; i < keys.length; i++) { // Have to lock this node a... | 18,461 |
private void flushNode(boolean sync) throws BackingStoreException { String[] keys = null; synchronized (lock) { if (sync) { syncSpi(); } else { flushSpi(); } keys = (String[]) childCache.keySet().toArray(); } if (keys != null) { for (int i = 0; i < keys.length; i++) { // Have to lock this node a... | private void flushNode(boolean sync) throws BackingStoreException { String[] keys = null; synchronized (lock) { if (sync) { syncSpi(); } else { flushSpi(); } keys = (String[]) childCache.keySet().toArray(); } if (keys != null) { for (int i = 0; i < keys.length; i++) { // Have to lock this node a... | 18,462 |
public String get(String key, String defaultVal) { if (key.length() > MAX_KEY_LENGTH) throw new IllegalArgumentException(key); synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); String value; try { value = getSpi(key); } catch (Throwable t) { value = null; } ... | public String get(String key, String defaultVal) { if (key.length() > MAX_KEY_LENGTH) throw new IllegalArgumentException(key); synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); String value; try { value = getSpi(key); } catch (Throwable t) { value = null; } ... | 18,463 |
protected AbstractPreferences getChild(String name) throws BackingStoreException { synchronized (lock) { // Get all the names (not yet in the cache) String[] names = childrenNamesSpi(); for (int i = 0; i < names.length; i++) if (name.equals(names[i])) return childSpi(name); // No child with that name f... | protected AbstractPreferences getChild(String name) throws BackingStoreException { synchronized (lock) { // Get all the names (not yet in the cache) String[] names = childrenNamesSpi(); for (int i = 0; i < names.length; i++) if (name.equals(names[i])) return childSpi(name); // No child with that name f... | 18,464 |
protected AbstractPreferences getChild(String name) throws BackingStoreException { synchronized (lock) { // Get all the names (not yet in the cache) String[] names = childrenNamesSpi(); for (int i = 0; i < names.length; i++) if (name.equals(names[i])) return childSpi(name); // No child with that name f... | protected AbstractPreferences getChild(String name) throws BackingStoreException { synchronized (lock) { // Get all the names (not yet in the cache) String[] names = childrenNamesSpi(); for (int i = 0; i < names.length; i++) if (name.equals(names[i])) return childSpi(name); // No child with that name f... | 18,465 |
public double getDouble(String key, double defaultVal) { String value = get(key, null); if (value != null) { try { return Double.parseDouble(value); } catch (NumberFormatException nfe) { /* ignore */ } } return defaultVal; } | public double getDouble(String key, double defaultVal) { String value = get(key, null); if (value != null) { try { return Double.parseDouble(value); } catch (NumberFormatException nfe) { /* ignore */ } } return defaultVal; } | 18,466 |
public float getFloat(String key, float defaultVal) { String value = get(key, null); if (value != null) { try { return Float.parseFloat(value); } catch (NumberFormatException nfe) { /* ignore */ } } return defaultVal; } | public float getFloat(String key, float defaultVal) { String value = get(key, null); if (value != null) { try { return Float.parseFloat(value); } catch (NumberFormatException nfe) { /* ignore */ } } return defaultVal; } | 18,467 |
public int getInt(String key, int defaultVal) { String value = get(key, null); if (value != null) { try { return Integer.parseInt(value); } catch (NumberFormatException nfe) { /* ignore */ } } return defaultVal; } | public int getInt(String key, int defaultVal) { String value = get(key, null); if (value != null) { try { return Integer.parseInt(value); } catch (NumberFormatException nfe) { /* ignore */ } } return defaultVal; } | 18,468 |
public long getLong(String key, long defaultVal) { String value = get(key, null); if (value != null) { try { return Long.parseLong(value); } catch (NumberFormatException nfe) { /* ignore */ } } return defaultVal; } | public long getLong(String key, long defaultVal) { String value = get(key, null); if (value != null) { try { return Long.parseLong(value); } catch (NumberFormatException nfe) { /* ignore */ } } return defaultVal; } | 18,469 |
private Preferences getNode(String path) { // if mark is dom then goto end // Empty String "" indicates this node if (path.length() == 0) return this; // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path; c... | private Preferences getNode(String path) { // if mark is dom then goto end // Empty String "" indicates this node if (path.length() == 0) return this; // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path; c... | 18,470 |
private Preferences getNode(String path) { // if mark is dom then goto end // Empty String "" indicates this node if (path.length() == 0) return this; // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path; c... | private Preferences getNode(String path) { // if mark is dom then goto end // Empty String "" indicates this node if (path.length() == 0) return this; // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path; c... | 18,471 |
private Preferences getNode(String path) { // if mark is dom then goto end // Empty String "" indicates this node if (path.length() == 0) return this; // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path; c... | private Preferences getNode(String path) { // if mark is dom then goto end // Empty String "" indicates this node if (path.length() == 0) return this; // Calculate child name and rest of path String childName; String childPath; int nextSlash = path.indexOf('/'); if (nextSlash == -1) { childName = path; c... | 18,472 |
protected boolean isRemoved() { synchronized (lock) { return removed; } } | protected boolean isRemoved() { synchronized (lock) { return removed; } } | 18,473 |
abstract public boolean isUserNode(); | abstract public boolean isUserNode(); | 18,474 |
public String[] keys() throws BackingStoreException { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); return keysSpi(); } } | public String[] keys() throws BackingStoreException { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); return keysSpi(); } } | 18,475 |
public Preferences node(String path) { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); // Is it a relative path? if (!path.startsWith("/")) { // Check if it is a valid path if (path.indexOf("//") != -1 || path.endsWith("/")) throw new IllegalArgumentException... | public Preferences node(String path) { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); // Is it a relative path? if (!path.startsWith("/")) { // Check if it is a valid path if (path.indexOf("//") != -1 || path.endsWith("/")) throw new IllegalArgumentException... | 18,476 |
public boolean nodeExists(String path) throws BackingStoreException { synchronized (lock) { if (isRemoved() && path.length() != 0) throw new IllegalStateException("Node removed"); // Is it a relative path? if (!path.startsWith("/")) { // Check if it is a valid path if (path.indexOf("//") != -1 || path.... | public boolean nodeExists(String path) throws BackingStoreException { synchronized (lock) { if (isRemoved() && path.length() != 0) throw new IllegalStateException("Node removed"); // Is it a relative path? if (!path.startsWith("/")) { // Check if it is a valid path if (path.indexOf("//") != -1 || path.... | 18,477 |
public Preferences parent() { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); return parent; } } | public Preferences parent() { synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); return parent; } } | 18,478 |
private void purge() throws BackingStoreException { // Make sure all children have an AbstractPreferences node in cache String children[] = childrenNamesSpi(); for (int i = 0; i < children.length; i++) { if (childCache.get(children[i]) == null) childCache.put(children[i], childSpi(children[i])); } // purge a... | private void purge() throws BackingStoreException { // Make sure all children have an AbstractPreferences node in cache String children[] = childrenNamesSpi(); for (int i = 0; i < children.length; i++) { if (childCache.get(children[i]) == null) childCache.put(children[i], childSpi(children[i])); } // purge a... | 18,479 |
private void purge() throws BackingStoreException { // Make sure all children have an AbstractPreferences node in cache String children[] = childrenNamesSpi(); for (int i = 0; i < children.length; i++) { if (childCache.get(children[i]) == null) childCache.put(children[i], childSpi(children[i])); } // purge a... | private void purge() throws BackingStoreException { // Make sure all children have an AbstractPreferences node in cache String children[] = childrenNamesSpi(); for (int i = 0; i < children.length; i++) { if (childCache.get(children[i]) == null) childCache.put(children[i], childSpi(children[i])); } // purge a... | 18,480 |
public void put(String key, String value) { if (key.length() > MAX_KEY_LENGTH || value.length() > MAX_VALUE_LENGTH) throw new IllegalArgumentException("key (" + key.length() + ")" + " or value (" + value.length() + ")" + " to large"); synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Nod... | public void put(String key, String value) { if (key.length() > MAX_KEY_LENGTH || value.length() > MAX_VALUE_LENGTH) throw new IllegalArgumentException("key (" + key.length() + ")" + " or value (" + value.length() + ")" + " to large"); synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Nod... | 18,481 |
public void remove(String key) { if (key.length() > MAX_KEY_LENGTH) throw new IllegalArgumentException(key); synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); removeSpi(key); } } | public void remove(String key) { if (key.length() > MAX_KEY_LENGTH) throw new IllegalArgumentException(key); synchronized (lock) { if (isRemoved()) throw new IllegalStateException("Node removed"); removeSpi(key); } } | 18,482 |
public void removeNode() throws BackingStoreException { // Check if it is a root node if (parent == null) throw new UnsupportedOperationException("Cannot remove root node"); synchronized (parent) { synchronized (this) { if (isRemoved()) throw new IllegalStateException("Node Removed"); purge(); } p... | public void removeNode() throws BackingStoreException { // Check if it is a root node if (parent == null) throw new UnsupportedOperationException("Cannot remove root node"); synchronized (parent) { synchronized (this) { if (isRemoved()) throw new IllegalStateException("Node Removed"); purge(); } p... | 18,483 |
public void removePreferenceChangeListener(PreferenceChangeListener listener) { // XXX } | public void removePreferenceChangeListener(PreferenceChangeListener listener) { // XXX } | 18,484 |
public String toString() { return (isUserNode() ? "User" : "System") + " Preference Node: " + absolutePath(); } | public String toString() { return (isUserNode() ? "User" : "System") + " Preference Node: " + absolutePath(); } | 18,485 |
public abstract ShortBuffer put (short b); | public abstract ShortBuffer put (short b); | 18,486 |
public void actionPerformed(ActionEvent event) { // first we filter the following events: // - control characters // - key events with the ALT modifier (FIXME: filter that too!) char c = event.getActionCommand().charAt(0); if (Character.isISOControl(c)) return; JTextComponent... | public void actionPerformed(ActionEvent event) { // first we filter the following events: // - control characters // - key events with the ALT modifier (FIXME: filter that too!) char c = event.getActionCommand().charAt(0); if (Character.isISOControl(c)) return; JTextComponent... | 18,489 |
public void actionPerformed(ActionEvent event) { // first we filter the following events: // - control characters // - key events with the ALT modifier (FIXME: filter that too!) char c = event.getActionCommand().charAt(0); if (Character.isISOControl(c)) return; JTextComponent... | public void actionPerformed(ActionEvent event) { // first we filter the following events: // - control characters // - key events with the ALT modifier (FIXME: filter that too!) char c = event.getActionCommand().charAt(0); if (Character.isISOControl(c)) return; JTextComponent... | 18,490 |
private void addEntry(ConfigurationElement element){ final String className = element.getAttribute("class"); final String entryName = element.getAttribute("name"); if (className != null) { try { final ClassLoader cl = Thread.currentThread().getContextClassLoader(); Class c = cl.loadClass(className); Obj... | private void addEntry(ConfigurationElement element){ final String className = element.getAttribute("class"); final String entryName = element.getAttribute("name"); if (className != null) { try { final ClassLoader cl = Thread.currentThread().getContextClassLoader(); Class c = cl.loadClass(className); Obj... | 18,493 |
TemplateNode clone(Stylesheet stylesheet) { TemplateNode ret = new ValueOfNode(select.clone(stylesheet), disableOutputEscaping); if (children != null) { ret.children = children.clone(stylesheet); } if (next != null) { ret.next = next.clone(stylesheet); ... | TemplateNode clone(Stylesheet stylesheet) TemplateNode ret = new ValueOfNode(select.clone(stylesheet), disableOutputEscaping); if (children != null) ret.children = children.clone(stylesheet); } if (next != null) ret.next = next.clone(stylesheet); }... | 18,494 |
TemplateNode clone(Stylesheet stylesheet) { TemplateNode ret = new ValueOfNode(select.clone(stylesheet), disableOutputEscaping); if (children != null) { ret.children = children.clone(stylesheet); } if (next != null) { ret.next = next.clone(stylesheet); ... | TemplateNode clone(Stylesheet stylesheet) { TemplateNode ret = new ValueOfNode(select.clone(stylesheet), disableOutputEscaping); if (children != null) { ret.children = children.clone(stylesheet); if (next != null) { ret.next = next.clone(stylesheet); ... | 18,495 |
TemplateNode clone(Stylesheet stylesheet) { TemplateNode ret = new ValueOfNode(select.clone(stylesheet), disableOutputEscaping); if (children != null) { ret.children = children.clone(stylesheet); } if (next != null) { ret.next = next.clone(stylesheet); ... | TemplateNode clone(Stylesheet stylesheet) TemplateNode ret = new ValueOfNode(select.clone(stylesheet), disableOutputEscaping); if (children != null) ret.children = children.clone(stylesheet); } if (next != null) ret.next = next.clone(stylesheet); }... | 18,496 |
TemplateNode clone(Stylesheet stylesheet) { TemplateNode ret = new ValueOfNode(select.clone(stylesheet), disableOutputEscaping); if (children != null) { ret.children = children.clone(stylesheet); } if (next != null) { ret.next = next.clone(stylesheet); ... | TemplateNode clone(Stylesheet stylesheet) { TemplateNode ret = new ValueOfNode(select.clone(stylesheet), disableOutputEscaping); if (children != null) { ret.children = children.clone(stylesheet); if (next != null) { ret.next = next.clone(stylesheet); ... | 18,497 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | 18,498 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) System.err.println("value-of: " + select + " -> " + ret); ... | 18,499 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | 18,500 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) System.err.println("value-of: " + select + " -> " + ret); ... | 18,501 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | 18,502 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) System.err.println("value-of: " + select + " -> " + ret); ... | 18,503 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | 18,504 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) System.err.println("value-of: " + select + " -> " + ret); ... | 18,505 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | 18,506 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) System.err.println("value-of: " + select + " -> " + ret); ... | 18,507 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | 18,508 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) System.err.println("value-of: " + select + " -> " + ret); ... | 18,509 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); /*if (stylesheet.debug) { System.err.println("value-of: " + select + " -> " + ret)... | 18,510 |
public boolean references(QName var) { if (select != null && select.references(var)) { return true; } return super.references(var); } | public boolean references(QName var) if (select != null && select.references(var)) return true; } return super.references(var); } | 18,511 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.