{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 752",
          "upstreamBuild" : 752,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 752,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "67dd9498368f0250180528d4fa10a09854066fea",
            "branch" : [
              {
                "SHA1" : "67dd9498368f0250180528d4fa10a09854066fea",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "67dd9498368f0250180528d4fa10a09854066fea",
            "branch" : [
              {
                "SHA1" : "67dd9498368f0250180528d4fa10a09854066fea",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "67dd9498368f0250180528d4fa10a09854066fea",
        "branch" : [
          {
            "SHA1" : "67dd9498368f0250180528d4fa10a09854066fea",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 160,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#752",
  "duration" : 151837,
  "estimatedDuration" : 392538,
  "executor" : None,
  "fullDisplayName" : "gluegen » windows-x86_64 #752",
  "id" : "2013-11-29_02-40-07",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 752,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1385689207000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=windows-x86_64/752/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "f523625e510dbff8d8bc16f1bbf0a1e9189e40d0",
        "timestamp" : 1385515803000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JarUtil: Use common strings for exceptions (same as used in IOUtil)\u000a",
        "date" : "2013-11-27T02:30:03+0100",
        "id" : "f523625e510dbff8d8bc16f1bbf0a1e9189e40d0",
        "msg" : "JarUtil: Use common strings for exceptions (same as used in IOUtil)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "a42d7974725769407de82430ed77ec4b16d8a60c",
        "timestamp" : 1385576786000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IOUtil/JarUtil: DEBUG output on stderr not stdout\u000a",
        "date" : "2013-11-27T19:26:26+0100",
        "id" : "a42d7974725769407de82430ed77ec4b16d8a60c",
        "msg" : "IOUtil/JarUtil: DEBUG output on stderr not stdout",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java"
        ],
        "commitId" : "bd72d40781caf40c2148cdc7990218af44750c76",
        "timestamp" : 1385576980000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IOUtil: Add comments to slashify args @ caller; Use validated File @ IOUtil.toURISimple ; DEBUG: stdout -> stderr\u000a\u000aAdd comments to slashify(..) arguments for better documentation.\u000a\u000a+++\u000a\u000aUse validated File @ IOUtil.toURISimple(..):\u000a    slashify(file, true, isDirectory)\u000ato\u000a    slashify(new File(path).getAbsolutePath(), true, isDirectory)\u000a\u000ai.e. same w/ above variant and determine absolute path via File instance.\u000a\u000a+++\u000a\u000aDEBUG: stdout -> stderr\u000a",
        "date" : "2013-11-27T19:29:40+0100",
        "id" : "bd72d40781caf40c2148cdc7990218af44750c76",
        "msg" : "IOUtil: Add comments to slashify args @ caller; Use validated File @",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "e9aae0ace6780af5f65e01001324832d56ed592f",
        "timestamp" : 1385581575000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JARUtil/IOUtil: Reuse IOUtil.JAR_SCHEME_SEPARATOR (now a char); Add DEBUG to JarUtil.getJarEntry(..)\u000a",
        "date" : "2013-11-27T20:46:15+0100",
        "id" : "e9aae0ace6780af5f65e01001324832d56ed592f",
        "msg" : "JARUtil/IOUtil: Reuse IOUtil.JAR_SCHEME_SEPARATOR (now a char); Add",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java",
          "make/scripts/runtest.sh",
          "make/scripts/runtest-x64.bat",
          "src/java/com/jogamp/common/util/JarUtil.java",
          "src/junit/com/jogamp/common/util/TestIOUtilURIHandling.java"
        ],
        "commitId" : "4c835f0337674a0181c43f448d44d961e27b2f54",
        "timestamp" : 1385635666000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUtil.decodeURIToFilePath(..) for native usage.\u000a\u000aRefine comments, API doc.\u000a\u000atoURL(..): Apply space conversion, decodeFromURI(..), on file-scheme path,\u000a           ensuring decoded space.\u000a\u000a++\u000a\u000aAdd decodeURIToFilePath(String uriPath) and decodeURIToFilePath(URI uri)\u000a\u000aBoth methods shall simplify decoding a file-URI for native platform usage.\u000a\u000aTested in TestIOUtilURIHandling\u000a\u000a+++\u000a",
        "date" : "2013-11-28T11:47:46+0100",
        "id" : "4c835f0337674a0181c43f448d44d961e27b2f54",
        "msg" : "IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestIOUtilURIHandling.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/junit/com/jogamp/common/util/TestIOUtilURIHandling.java"
        ],
        "commitId" : "67dd9498368f0250180528d4fa10a09854066fea",
        "timestamp" : 1385635812000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IOUtil.encodeToURI(): Only use method if required\u000a\u000aOnly use IOUtil.encodeToURI() if required,\u000ai.e. 'new URI(String)' but not 'new URI(scheme, ...)' since the latter already encodes the path.\u000a\u000aTestIOUtilURIHandling.test00BasicCoding() validates above findings.\u000a",
        "date" : "2013-11-28T11:50:12+0100",
        "id" : "67dd9498368f0250180528d4fa10a09854066fea",
        "msg" : "IOUtil.encodeToURI(): Only use method if required",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestIOUtilURIHandling.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}