{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal-demos\" build number 337",
          "upstreamBuild" : 337,
          "upstreamProject" : "joal-demos",
          "upstreamUrl" : "job/joal-demos/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1001,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a83aea49479818a1e5037d11a3e7f7d1f019c939",
            "branch" : [
              {
                "SHA1" : "a83aea49479818a1e5037d11a3e7f7d1f019c939",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a83aea49479818a1e5037d11a3e7f7d1f019c939",
            "branch" : [
              {
                "SHA1" : "a83aea49479818a1e5037d11a3e7f7d1f019c939",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a83aea49479818a1e5037d11a3e7f7d1f019c939",
        "branch" : [
          {
            "SHA1" : "a83aea49479818a1e5037d11a3e7f7d1f019c939",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 19,
      "skipCount" : 0,
      "totalCount" : 7734,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1001",
  "duration" : 3862048,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #1001",
  "id" : "2013-06-15_03-11-01",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1001,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1371258661000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/1001/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "f5fe8439f52acaf4bc2afe04531f1aa8ca30390b",
        "timestamp" : 1370424800000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
          "fullName" : "petr.skramovsky"
        },
        "authorEmail" : "petr.skramovsky@gmail.com",
        "comment" : "reformatted to same style\u000a",
        "date" : "2013-06-05T11:33:20+0200",
        "id" : "f5fe8439f52acaf4bc2afe04531f1aa8ca30390b",
        "msg" : "reformatted to same style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "eaf15f8020bdd97f7d919721c9cc74eb72e6c493",
        "timestamp" : 1370424828000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
          "fullName" : "petr.skramovsky"
        },
        "authorEmail" : "petr.skramovsky@gmail.com",
        "comment" : "removed unnecessary castings, removed unnecessary methods for vector operations changed to VectorUtil instead\u000a",
        "date" : "2013-06-05T11:33:48+0200",
        "id" : "eaf15f8020bdd97f7d919721c9cc74eb72e6c493",
        "msg" : "removed unnecessary castings, removed unnecessary methods for vector",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "0a4defdfe478c3e231f3b1255cba6989aa2c489e",
        "timestamp" : 1370424836000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
          "fullName" : "petr.skramovsky"
        },
        "authorEmail" : "petr.skramovsky@gmail.com",
        "comment" : "fixed isIdentity method, deprecated isEmpty method (quaternion doesn't have such a property + method do same thing as isIdentity), new setIdentity method, default constructor sets this quaternion to identity, new fromAxis method/costructor\u000a",
        "date" : "2013-06-05T11:33:56+0200",
        "id" : "0a4defdfe478c3e231f3b1255cba6989aa2c489e",
        "msg" : "fixed isIdentity method, deprecated isEmpty method (quaternion doesn't",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "08bfa5797069cb5757620e74b8befaa079d04ddb",
        "timestamp" : 1370424844000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
          "fullName" : "petr.skramovsky"
        },
        "authorEmail" : "petr.skramovsky@gmail.com",
        "comment" : "new method for vector multiplication, new copy constructor\u000a",
        "date" : "2013-06-05T11:34:04+0200",
        "id" : "08bfa5797069cb5757620e74b8befaa079d04ddb",
        "msg" : "new method for vector multiplication, new copy constructor",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "a368548b20321ea5cdace6cc495e632ca9d5c99c",
        "timestamp" : 1370424853000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
          "fullName" : "petr.skramovsky"
        },
        "authorEmail" : "petr.skramovsky@gmail.com",
        "comment" : "Quaternion.java : fixed not clear assignment\u000a",
        "date" : "2013-06-05T11:34:13+0200",
        "id" : "a368548b20321ea5cdace6cc495e632ca9d5c99c",
        "msg" : "Quaternion.java : fixed not clear assignment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "f50caa5241b5eef286e8c10b74b5297e5821da2b",
        "timestamp" : 1371020740000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLContext: Make 'deviceVersion' fields final. Reviewed by Harvey.\u000a",
        "date" : "2013-06-12T09:05:40+0200",
        "id" : "f50caa5241b5eef286e8c10b74b5297e5821da2b",
        "msg" : "GLContext: Make 'deviceVersion' fields final. Reviewed by Harvey.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/graph/font/FontFactory.java"
        ],
        "commitId" : "f72a2d6b9c6657011da2407b2a8c5b2197c0d31d",
        "timestamp" : 1371021218000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FontConstructor: Hide the exposed strings and add them in class API doc to minimize footprint. Review of Harvey.\u000a\u000aSince accessing the static final exposed strings would trigger static initialization,\u000asetting the properties this way would not work anyways (if not inlined ..).\u000aWell.\u000a",
        "date" : "2013-06-12T09:13:38+0200",
        "id" : "f72a2d6b9c6657011da2407b2a8c5b2197c0d31d",
        "msg" : "FontConstructor: Hide the exposed strings and add them in class API doc",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/graph/font/FontFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/native/x11/Xmisc.c",
          "src/newt/native/X11Window.c"
        ],
        "commitId" : "aed9662552503b0a2fa67bcddbb7063b16d003d5",
        "timestamp" : 1371023935000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in NativeWindow (dummy) and NEWT\u000a\u000aFree the colormap at WindowDestroy, which we have created at WindowCreate w/ AllocNone.\u000aDue to the fact we used 'AllocNone' the leak is minimal though ..\u000a",
        "date" : "2013-06-12T09:58:55+0200",
        "id" : "aed9662552503b0a2fa67bcddbb7063b16d003d5",
        "msg" : "Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/x11/Xmisc.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/VectorUtil.java",
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "85b96a891bb81776faf0a6dd1783443a045f74fb",
        "timestamp" : 1371024955000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "VectorUtil, Quaternion: Use 'final' qualifier if possible\u000a",
        "date" : "2013-06-12T10:15:55+0200",
        "id" : "85b96a891bb81776faf0a6dd1783443a045f74fb",
        "msg" : "VectorUtil, Quaternion: Use 'final' qualifier if possible",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/VectorUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/TestGLWindowWarpPointer01NEWT.java"
        ],
        "commitId" : "8ff185ef62c832408963f30a2b4875955d7ae650",
        "timestamp" : 1371025795000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adds a unit test for GLWindow.warpPointer(int,int)\u000a",
        "date" : "2013-06-12T10:29:55+0200",
        "id" : "8ff185ef62c832408963f30a2b4875955d7ae650",
        "msg" : "Adds a unit test for GLWindow.warpPointer(int,int)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestGLWindowWarpPointer01NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/TestGLWindowWarpPointer01NEWT.java"
        ],
        "commitId" : "a446bfbb25397cf5876e766d0bb52cbaaa5f8e2f",
        "timestamp" : 1371026602000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 733: Refine Test case: warp-random at display, and warp-center at mouse-leave.\u000a",
        "date" : "2013-06-12T10:43:22+0200",
        "id" : "a446bfbb25397cf5876e766d0bb52cbaaa5f8e2f",
        "msg" : "Bug 733: Refine Test case: warp-random at display, and warp-center at",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestGLWindowWarpPointer01NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "19225a21d8d2a2e09f166f8f1f0411f3f934b9a0",
        "timestamp" : 1371043889000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix my sloppy commit f50caa5241b5eef286e8c10b74b5297e5821da2b: Didn't intend to take out the commented out 'final', but to enable the qualifier. Duh! Thank's to Harvey (again) for catching my odd work!\u000a",
        "date" : "2013-06-12T15:31:29+0200",
        "id" : "19225a21d8d2a2e09f166f8f1f0411f3f934b9a0",
        "msg" : "Fix my sloppy commit f50caa5241b5eef286e8c10b74b5297e5821da2b: Didn't",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java"
        ],
        "commitId" : "f21f4d8e0f125f6c054b9f07e707fdf900fe4b35",
        "timestamp" : 1371108600000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/maik.riechert",
          "fullName" : "maik.riechert"
        },
        "authorEmail" : "maik.riechert@arcor.de",
        "comment" : "Support specifying the X11 default display with a system property\u000a\u000aUsually, the environment variable DISPLAY is used to define the default\u000adisplay under X11. There are cases where the default display has to be\u000adefined or overridden programmatically. For those cases, the new system\u000aproperty nativewindow.x11.display.default can be used (as environment variables can't\u000abe changed in Java). Its semantics are identical to the DISPLAY\u000aenvironment variable.\u000a",
        "date" : "2013-06-13T09:30:00+0200",
        "id" : "f21f4d8e0f125f6c054b9f07e707fdf900fe4b35",
        "msg" : "Support specifying the X11 default display with a system property",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestX11DefaultDisplay.java"
        ],
        "commitId" : "e44dc0c2c9c363cd97e9892fcf42562b2944a4cd",
        "timestamp" : 1371108626000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/maik.riechert",
          "fullName" : "maik.riechert"
        },
        "authorEmail" : "maik.riechert@arcor.de",
        "comment" : "added unit test for nativewindow.x11.display.default system property\u000a",
        "date" : "2013-06-13T09:30:26+0200",
        "id" : "e44dc0c2c9c363cd97e9892fcf42562b2944a4cd",
        "msg" : "added unit test for nativewindow.x11.display.default system property",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestX11DefaultDisplay.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestX11DefaultDisplay.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "af097fb2d5d983eb703d01f56e471a64d5d2657c",
        "timestamp" : 1371111361000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestX11DefaultDisplay: Validate the chosen default device, test only one GLDefault/RedSquareES1; Tested w/ Xvnc4 + build-in Mesa 4.0.4\u000a",
        "date" : "2013-06-13T10:16:01+0200",
        "id" : "af097fb2d5d983eb703d01f56e471a64d5d2657c",
        "msg" : "TestX11DefaultDisplay: Validate the chosen default device, test only one",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestX11DefaultDisplay.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestRedSquareES2NEWT.java"
        ],
        "commitId" : "44469633e779d005e1e4a811fddd2c4a40143362",
        "timestamp" : 1371111402000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestRedSquareES2NEWT: Cleanup\u000a",
        "date" : "2013-06-13T10:16:42+0200",
        "id" : "44469633e779d005e1e4a811fddd2c4a40143362",
        "msg" : "TestRedSquareES2NEWT: Cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestRedSquareES2NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.jogl.all.android-armv6-cross.sh"
        ],
        "commitId" : "68887e3a24306fd3ad6ab60eb69778aa2cbe4760",
        "timestamp" : 1371141493000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Android SDK changes: Add /build-tools/17.0.0 to PATH\u000a",
        "date" : "2013-06-13T18:38:13+0200",
        "id" : "68887e3a24306fd3ad6ab60eb69778aa2cbe4760",
        "msg" : "Android SDK changes: Add /build-tools/17.0.0 to PATH",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.android-armv6-cross.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLDrawableFactory.java"
        ],
        "commitId" : "33b4f95581938ebbb5af4c37a1c5c2b5ee968f76",
        "timestamp" : 1371144439000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Mitigate Bug 728: Java Web Start Shutdown: Exception \"java.lang.IllegalStateException: zip file closed\" on OSX 10.8.3 and Java 1.7.0_17\u000a\u000aOS version: Mac OS X 10.8.3\u000aJava version: 1.7.0_17\u000a\u000aCatch any occuring exception at GLDrawable shutdown, report them briefly and verbose w/ DEBUG enabled.\u000a",
        "date" : "2013-06-13T19:27:19+0200",
        "id" : "33b4f95581938ebbb5af4c37a1c5c2b5ee968f76",
        "msg" : "Mitigate Bug 728: Java Web Start Shutdown: Exception",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLDrawableFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestJPEGTextureFromFileNEWT.java",
          "src/jogl/classes/jogamp/opengl/util/jpeg/JPEGDecoder.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/bug745_qttdef_post_frame.jpg"
        ],
        "commitId" : "a83aea49479818a1e5037d11a3e7f7d1f019c939",
        "timestamp" : 1371217905000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 745: NPE - QTT definition shall be allowd to _follow_ SOF (frame) - Reference QTT via QTT[] passed to frame, validate after parsing.\u000a",
        "date" : "2013-06-14T15:51:45+0200",
        "id" : "a83aea49479818a1e5037d11a3e7f7d1f019c939",
        "msg" : "Fix Bug 745: NPE - QTT definition shall be allowd to _follow_ SOF",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/jpeg/JPEGDecoder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestJPEGTextureFromFileNEWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/bug745_qttdef_post_frame.jpg"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
      "fullName" : "petr.skramovsky"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/maik.riechert",
      "fullName" : "maik.riechert"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    }
  ],
  "runs" : [
    {
      "number" : 1001,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/1001/"
    },
    {
      "number" : 1001,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/1001/"
    },
    {
      "number" : 1001,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/1001/"
    }
  ]
}