Jester Output

~/projects/xom$ java -classpath ../jester/bin:lib/junit.jar:lib/xalan.jar:lib/xercesImpl.jar:src:build/classes:build/xom-1.1b5.jar jester.TestTester nu.xom.tests.AttributeTest src/nu/xom/Attribute.java
Use classpath: ../jester/bin:lib/junit.jar:lib/xalan.jar:lib/xercesImpl.jar:src:build/classes:build/xom-1.1b5.jar
Warning - could not find jester.cfg so using default configuration values.
Warning - could not find ignorelist.cfg so using default ignore list.
Warning - could not find mutations.cfg so using default mutations.
For File src/nu/xom/Attribute.java: 54 mutations survived out of 96 changes. Score = 44
src/nu/xom/Attribute.java - changed source on line 149 (char index=5618) from 0 to 1
      if (name.indexOf(':') > >>>0) {
            prefix = name.substring(0, n
src/nu/xom/Attribute.java - changed source on line 162 (char index=5995) from if ( to if (false &&
    _setValue(value);
        >>>if ("xml".equals(this.prefix) && "id".equals(
src/nu/xom/Attribute.java - changed source on line 198 (char index=6904) from if ( to if (true ||
  String prefix = "";
        >>>if (qualifiedName.indexOf(':') >= 0) {
      
src/nu/xom/Attribute.java - changed source on line 198 (char index=6904) from if ( to if (false &&
  String prefix = "";
        >>>if (qualifiedName.indexOf(':') >= 0) {
      
src/nu/xom/Attribute.java - changed source on line 198 (char index=6938) from 0 to 1
qualifiedName.indexOf(':') >= >>>0) {
            prefix = qualifiedName.subst
src/nu/xom/Attribute.java - changed source on line 199 (char index=6988) from 0 to 1
fix = qualifiedName.substring(>>>0, qualifiedName.indexOf(':'));
            i
src/nu/xom/Attribute.java - changed source on line 200 (char index=7032) from if ( to if (true ||
me.indexOf(':'));
            >>>if ("xml:id".equals(qualifiedName)) {
       
src/nu/xom/Attribute.java - changed source on line 200 (char index=7032) from if ( to if (false &&
me.indexOf(':'));
            >>>if ("xml:id".equals(qualifiedName)) {
       
src/nu/xom/Attribute.java - changed source on line 219 (char index=7607) from 0 to 1
s.length();
        int pos = >>>0;
        while (pos < length && s.charAt(po
src/nu/xom/Attribute.java - changed source on line 220 (char index=7655) from == to !=
pos < length && s.charAt(pos) >>>== ' ') pos++;
        s = s.substring(pos);

src/nu/xom/Attribute.java - changed source on line 222 (char index=7729) from 1 to 2

        int end = s.length()->>>1;
        while (end > 0 && s.charAt(end) ==
src/nu/xom/Attribute.java - changed source on line 223 (char index=7753) from 0 to 1
gth()-1;
        while (end > >>>0 && s.charAt(end) == ' ') end--;
        s =
src/nu/xom/Attribute.java - changed source on line 223 (char index=7772) from == to !=
ile (end > 0 && s.charAt(end) >>>== ' ') end--;
        s = s.substring(0, end
src/nu/xom/Attribute.java - changed source on line 224 (char index=7811) from 0 to 1
nd--;
        s = s.substring(>>>0, end+1);
        
        length = s.length
src/nu/xom/Attribute.java - changed source on line 224 (char index=7818) from 1 to 2
       s = s.substring(0, end+>>>1);
        
        length = s.length();
   
src/nu/xom/Attribute.java - changed source on line 228 (char index=7939) from false to true
);
        boolean wasSpace = >>>false;
        for (int i = 0; i < length; i+
src/nu/xom/Attribute.java - changed source on line 229 (char index=7967) from 0 to 1
= false;
        for (int i = >>>0; i < length; i++) {
            char c = s.
src/nu/xom/Attribute.java - changed source on line 231 (char index=8035) from if ( to if (true ||
 c = s.charAt(i);
            >>>if (c == ' ') {
                if (wasSpace)
src/nu/xom/Attribute.java - changed source on line 231 (char index=8035) from if ( to if (false &&
 c = s.charAt(i);
            >>>if (c == ' ') {
                if (wasSpace)
src/nu/xom/Attribute.java - changed source on line 231 (char index=8041) from == to !=
.charAt(i);
            if (c >>>== ' ') {
                if (wasSpace) conti
src/nu/xom/Attribute.java - changed source on line 232 (char index=8067) from if ( to if (true ||
 (c == ' ') {
                >>>if (wasSpace) continue;
                sb.ap
src/nu/xom/Attribute.java - changed source on line 232 (char index=8067) from if ( to if (false &&
 (c == ' ') {
                >>>if (wasSpace) continue;
                sb.ap
src/nu/xom/Attribute.java - changed source on line 234 (char index=8150) from true to false
);
                wasSpace = >>>true;
            }
            else {
      
src/nu/xom/Attribute.java - changed source on line 238 (char index=8246) from false to true
);
                wasSpace = >>>false;
            }
        }
        return
src/nu/xom/Attribute.java - changed source on line 267 (char index=8892) from if ( to if (true ||
Type type) {
        
        >>>if (isXMLID() && ! Type.ID.equals(type)) {
  
src/nu/xom/Attribute.java - changed source on line 267 (char index=8892) from if ( to if (false &&
Type type) {
        
        >>>if (isXMLID() && ! Type.ID.equals(type)) {
  
src/nu/xom/Attribute.java - changed source on line 320 (char index=10485) from if ( to if (false &&
ing value) {
        
        >>>if ("xml".equals(this.prefix) && "id".equals(
src/nu/xom/Attribute.java - changed source on line 361 (char index=11601) from if ( to if (true ||
LocalName(localName);
        >>>if (isXMLID()) {
            this.setType(Att
src/nu/xom/Attribute.java - changed source on line 361 (char index=11601) from if ( to if (false &&
LocalName(localName);
        >>>if (isXMLID()) {
            this.setType(Att
src/nu/xom/Attribute.java - changed source on line 444 (char index=14067) from if ( to if (false &&
tring URI) {
        
        >>>if ("xml".equals(prefix) && "id".equals(this.
src/nu/xom/Attribute.java - changed source on line 492 (char index=15759) from if ( to if (false &&
t = this.getParent();
        >>>if (parent != null) {
           // test for 
src/nu/xom/Attribute.java - changed source on line 496 (char index=15953) from if ( to if (false &&
espaceURI(prefix);
           >>>if (currentURI != null && !currentURI.equals(
src/nu/xom/Attribute.java - changed source on line 496 (char index=15968) from != to ==
x);
           if (currentURI >>>!= null && !currentURI.equals(URI)) {
       
src/nu/xom/Attribute.java - changed source on line 597 (char index=18965) from 1 to 2
ult = new StringBuffer(length+>>>12);
        for (int i = 0; i < length; i++)
src/nu/xom/Attribute.java - changed source on line 719 (char index=22649) from 0 to 1
               result.append('>>>0');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 722 (char index=22742) from 1 to 2
               result.append('>>>1');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 725 (char index=22835) from 2 to 3
               result.append('>>>2');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 728 (char index=22928) from 3 to 4
               result.append('>>>3');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 731 (char index=23021) from 4 to 5
               result.append('>>>4');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 734 (char index=23114) from 5 to 6
               result.append('>>>5');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 737 (char index=23207) from 6 to 7
               result.append('>>>6');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 740 (char index=23300) from 7 to 8
               result.append('>>>7');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 743 (char index=23393) from 8 to 9
               result.append('>>>8');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 746 (char index=23486) from 9 to 0
               result.append('>>>9');
                    break;
             
src/nu/xom/Attribute.java - changed source on line 772 (char index=24175) from true to false
sAttribute() {
        return >>>true;   
    } 
    
    
    /**
     * <p>

src/nu/xom/Attribute.java - changed source on line 805 (char index=25185) from 1 to 2
c final Type CDATA = new Type(>>>1);

        /**
         * <p>
         *   
src/nu/xom/Attribute.java - changed source on line 817 (char index=25707) from 2 to 3
atic final Type ID = new Type(>>>2);
        
        /**
         * <p>
     
src/nu/xom/Attribute.java - changed source on line 829 (char index=26173) from 3 to 4
c final Type IDREF = new Type(>>>3);

        /**
         * <p>
         *   
src/nu/xom/Attribute.java - changed source on line 841 (char index=26686) from 4 to 5
 final Type IDREFS = new Type(>>>4);

        /**
         * <p>
         *   
src/nu/xom/Attribute.java - changed source on line 851 (char index=27070) from 5 to 6
final Type NMTOKEN = new Type(>>>5);

        /**
         * <p>
         *   
src/nu/xom/Attribute.java - changed source on line 862 (char index=27495) from 6 to 7
inal Type NMTOKENS = new Type(>>>6);


        /**
         * <p>
         *  
src/nu/xom/Attribute.java - changed source on line 873 (char index=27918) from 7 to 8
inal Type NOTATION = new Type(>>>7);

        /**
         * <p>
         *   
src/nu/xom/Attribute.java - changed source on line 884 (char index=28341) from 8 to 9
 final Type ENTITY = new Type(>>>8);

        /**
         * <p>
         *   
src/nu/xom/Attribute.java - changed source on line 895 (char index=28799) from 9 to 0
inal Type ENTITIES = new Type(>>>9);

        /**
         * <p>
         *   

54 mutations survived out of 96 changes. Score = 44
took 3 minutes
~/projects/xom$

Previous | Next | Top | Cafe con Leche

Copyright 2005 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified November 2, 2005