{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 822",
          "upstreamBuild" : 822,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 822,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0b07f9107c5b033913f5c4cbeb906ae6dafc2d77",
            "branch" : [
              {
                "SHA1" : "0b07f9107c5b033913f5c4cbeb906ae6dafc2d77",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0b07f9107c5b033913f5c4cbeb906ae6dafc2d77",
            "branch" : [
              {
                "SHA1" : "0b07f9107c5b033913f5c4cbeb906ae6dafc2d77",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0b07f9107c5b033913f5c4cbeb906ae6dafc2d77",
        "branch" : [
          {
            "SHA1" : "0b07f9107c5b033913f5c4cbeb906ae6dafc2d77",
            "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" : 186,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#822",
  "duration" : 69085,
  "estimatedDuration" : 392538,
  "executor" : None,
  "fullDisplayName" : "gluegen » windows-x86_64 #822",
  "id" : "2014-09-07_07-59-58",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 822,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1410069598000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=windows-x86_64/822/",
  "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/IOUtil.java",
          "src/junit/com/jogamp/junit/util/MiscUtils.java",
          "make/scripts/java-win64.bat",
          "src/junit/com/jogamp/common/net/TestNetIOURIReservedCharsBug908.java",
          "make/scripts/runtest.sh",
          "make/scripts/runtest-x64.bat",
          "src/junit/com/jogamp/common/util/TestIOUtilURIHandling.java",
          "src/junit/com/jogamp/common/net/URIDumpUtil.java",
          "src/junit/com/jogamp/common/util/TestJarUtil.java",
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "0b07f9107c5b033913f5c4cbeb906ae6dafc2d77",
        "timestamp" : 1410062319000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are used properly (Added unit test)\u000a\u000aBug 908 was caused by confusing URI encoded parts (e.g. scheme-specific-part) and it's decoded variant.\u000a\u000aThis especially happened due to:\u000a  - the fact, that the encoded and unencoded variant uses the same String type,\u000a  - the URI/URL decoding differs, is not complete (e.g. %20 .. SPACE remains in decoded part),\u000a  - and does not comply w/ RFC 2396 and RFC 3986 (encoding), e.g. not all RESERVED chars are encoded.\u000a\u000aIn branch 'v2.3.0_branch', we will introduce our own Uri and Uri.Encoded class\u000ato solve above issue by replacing all URI usage w/ Uri.\u000a\u000a- Backporting results of own Uri class introduction in branch 'v2.3.0_branch'\u000a\u000a- Ensure the encoded URI parts are used where required, i.e. IOUtil.compose(..) etc\u000a\u000a- TestNetIOURIReservedCharsBug908: Automated test, launching GlueGen jar file from an <i>odd pathname</i>.\u000a",
        "date" : "2014-09-07T05:58:39+0200",
        "id" : "0b07f9107c5b033913f5c4cbeb906ae6dafc2d77",
        "msg" : "Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestIOUtilURIHandling.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/net/TestNetIOURIReservedCharsBug908.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestJarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/junit/util/MiscUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/net/URIDumpUtil.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}