{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl_onmaster\" build number 13",
          "upstreamBuild" : 13,
          "upstreamProject" : "jogl_onmaster",
          "upstreamUrl" : "job/jogl_onmaster/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 13,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "de67cde91cb99e3a1a3b8182b119671d112c553b",
            "branch" : [
              {
                "SHA1" : "de67cde91cb99e3a1a3b8182b119671d112c553b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "de67cde91cb99e3a1a3b8182b119671d112c553b",
            "branch" : [
              {
                "SHA1" : "de67cde91cb99e3a1a3b8182b119671d112c553b",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "de67cde91cb99e3a1a3b8182b119671d112c553b",
        "branch" : [
          {
            "SHA1" : "de67cde91cb99e3a1a3b8182b119671d112c553b",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#13",
  "duration" : 428552,
  "estimatedDuration" : 1395812,
  "executor" : None,
  "fullDisplayName" : "jogl_onmaster » linux-x86_64-master-001 #13",
  "id" : "2013-06-18_10-53-02",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 13,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1371545582000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl_onmaster/label=linux-x86_64-master-001/13/",
  "builtOn" : "linux64-null-centos55-jogamp-x64-chuck-001",
  "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/newt/native/X11Window.c"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/x11/Xmisc.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" : "make/scripts/tests.sh"
          },
          {
            "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" : "src/jogl/classes/jogamp/opengl/util/jpeg/JPEGDecoder.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/awt/AWTGraphicsConfiguration.java"
        ],
        "commitId" : "2d83e346b1e737f9efc0e782ddbd2a9be6a4cd35",
        "timestamp" : 1371269659000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE @ addNotify() w/o newtChild\u000a",
        "date" : "2013-06-15T06:14:19+0200",
        "id" : "2d83e346b1e737f9efc0e782ddbd2a9be6a4cd35",
        "msg" : "AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/awt/AWTGraphicsConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLDrawableHelper.java"
        ],
        "commitId" : "646a1f18c6f7e755f6ae3cbb3f2282b1b1bc9e5f",
        "timestamp" : 1371341069000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLDrawableHelper Perf.: Branch into execGLRunnables(..) only if glRunnables.size()>0\u000a",
        "date" : "2013-06-16T02:04:29+0200",
        "id" : "646a1f18c6f7e755f6ae3cbb3f2282b1b1bc9e5f",
        "msg" : "GLDrawableHelper Perf.: Branch into execGLRunnables(..) only if",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLDrawableHelper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
        ],
        "commitId" : "ea85d60b854e2b6720dc0ef2b43c783074a66abf",
        "timestamp" : 1371341095000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MacOSXCGLContext: Use final qualifier for CGL.CGLLockContext(cglCtx) result.\u000a",
        "date" : "2013-06-16T02:04:55+0200",
        "id" : "ea85d60b854e2b6720dc0ef2b43c783074a66abf",
        "msg" : "MacOSXCGLContext: Use final qualifier for CGL.CGLLockContext(cglCtx)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.vp",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.fp",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv3AppletAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NEWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv4AWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv2AppletAWT.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NewtCanvasAWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/LandscapeES2.java"
        ],
        "commitId" : "4fe6cf06f74085cc90d1f5b003fd717234d43ced",
        "timestamp" : 1371341696000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 735: Adding Andres test cases for analysis. OSX exposes diff. odd behaviors - See BugXYZ test cases.\u000a",
        "date" : "2013-06-16T02:14:56+0200",
        "id" : "4fe6cf06f74085cc90d1f5b003fd717234d43ced",
        "msg" : "Bug 735: Adding Andres test cases for analysis. OSX exposes diff. odd",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv3AppletAWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.vp"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv2AppletAWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/LandscapeES2.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv4AWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NewtCanvasAWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.fp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv3AppletAWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv4AWT.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
        ],
        "commitId" : "05d8a9490497413df11fd2faf07e34d648130966",
        "timestamp" : 1371342662000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 735: Bug735Inv4AWT on Java7 is also stuttering!\u000a",
        "date" : "2013-06-16T02:31:02+0200",
        "id" : "05d8a9490497413df11fd2faf07e34d648130966",
        "msg" : "Bug 735: Bug735Inv4AWT on Java7 is also stuttering!",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv4AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv3AppletAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "409d23cc5434f192e2c38dc172b46a05c48ffe0a",
        "timestamp" : 1371391858000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ES3.0 GLContext: Handle ES3.0 GLSL Version Number - Static detection and 'es' suffix.\u000a",
        "date" : "2013-06-16T16:10:58+0200",
        "id" : "409d23cc5434f192e2c38dc172b46a05c48ffe0a",
        "msg" : "ES3.0 GLContext: Handle ES3.0 GLSL Version Number - Static detection and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java",
          "src/jogl/classes/jogamp/opengl/GLDrawableImpl.java"
        ],
        "commitId" : "92fce556bf9c3d8f1e99bf79f48631d58829c523",
        "timestamp" : 1371427754000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLFBODrawableImpl: Fix swap criteria, i.e. don't swap in contextMadeCurrent(false) if already swapped by swapBuffersImpl(..), but always swap in swapBuffersImpl(..) if ctx is current and associated.\u000a",
        "date" : "2013-06-17T02:09:14+0200",
        "id" : "92fce556bf9c3d8f1e99bf79f48631d58829c523",
        "msg" : "GLFBODrawableImpl: Fix swap criteria, i.e. don't swap in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLDrawableImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/timespec.h",
          "src/jogl/native/timespec.c"
        ],
        "commitId" : "c3dc7fbdb9437f773146926b41003df32ba756d1",
        "timestamp" : 1371427792000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "timespec.c/h: Add 'long timespec_microseconds(..)'\u000a",
        "date" : "2013-06-17T02:09:52+0200",
        "id" : "c3dc7fbdb9437f773146926b41003df32ba756d1",
        "msg" : "timespec.c/h: Add 'long timespec_microseconds(..)'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/native/timespec.h"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/timespec.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/macosx/MacOSXWindowSystemInterface-calayer.m",
          "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m2-sync0-finish-wait-exclctx.log",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv3AppletAWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m2-sync0-finish-wait.log",
          "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m1-sync0-flush-wait-finish.log",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv4AWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m1-sync1-flush-wait-finish.log",
          "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m2-sync1-finish-wait.log",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv2AppletAWT.java",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/LandscapeES2.java"
        ],
        "commitId" : "d7e2cb6fdec200d25a9189f7951c5f94c26a1ce4",
        "timestamp" : 1371429598000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 753: Stuttering caused by lack of GL resource synchronization between Java GL- and CALayer thread ; Simplify / Fix waitUntilRenderSignal().\u000a\u000aStuttering caused by lack of GL resource synchronization between Java GL- and CALayer thread\u000a+ // Required(?) to finish previous GL rendering to give CALayer proper result,\u000a+ // i.e. synchronize both threads each w/ their GLContext sharing same resources.\u000a+ //\u000a+ // FIXME: IMHO this synchronization should be implicitly performed via 'CGL.flushBuffer(contextHandle)' above,\u000a+ // in case this will be determined a driver bug - use a QUIRK entry in GLRendererQuirks!\u000a+ gl.glFinish();\u000a\u000aSimplify / Fix waitUntilRenderSignal()\u000a- remove loop and 'ready' condition -> nonsense\u000a- if too later, i.e. lastWaitTime+TO < now, use now+TO as max. vsync waiting time\u000a\u000aBug735 Tests:\u000a  - Make vsync, wait and ECT (exclusive context thread) configurable via main args.\u000a  - Inv2*, Inv3* and Inv4*: Fluent Animation\u000a  - Works w/ ECT\u000a",
        "date" : "2013-06-17T02:39:58+0200",
        "id" : "d7e2cb6fdec200d25a9189f7951c5f94c26a1ce4",
        "msg" : "Fix Bug 753: Stuttering caused by lack of GL resource synchronization",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m1-sync0-flush-wait-finish.log"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m2-sync0-finish-wait.log"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m2-sync0-finish-wait-exclctx.log"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv2AppletAWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m2-sync1-finish-wait.log"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/LandscapeES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv3AppletAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/macosx/MacOSXWindowSystemInterface-calayer.m"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv4AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735.OSX.CALayer.Perf.logs/aaaa-m1-sync1-flush-wait-finish.log"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
        ],
        "commitId" : "809201c2806485fb6cd0195d43ccf43c343d591e",
        "timestamp" : 1371431152000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug735: Bug735Inv0AppletAWT/Bug735Inv1AppletAWT tests: Use shader customization, no Clear required, .. (still don't work w/ CALAyer)\u000a",
        "date" : "2013-06-17T03:05:52+0200",
        "id" : "809201c2806485fb6cd0195d43ccf43c343d591e",
        "msg" : "Bug735: Bug735Inv0AppletAWT/Bug735Inv1AppletAWT tests: Use shader",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java"
        ],
        "commitId" : "24b63b18e6ca3f657350d6c80e4914eadce60164",
        "timestamp" : 1371435597000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Solve Bug 735 Mystery: glViewport(..) was missing - duh :)\u000a",
        "date" : "2013-06-17T04:19:57+0200",
        "id" : "24b63b18e6ca3f657350d6c80e4914eadce60164",
        "msg" : "Solve Bug 735 Mystery: glViewport(..) was missing - duh :)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java"
        ],
        "commitId" : "c24f44036971bf58b5c47a6e1f7d9f186c67e789",
        "timestamp" : 1371435703000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 735: Fix comment in test, since mystery is solved :)\u000a",
        "date" : "2013-06-17T04:21:43+0200",
        "id" : "c24f44036971bf58b5c47a6e1f7d9f186c67e789",
        "msg" : "Bug 735: Fix comment in test, since mystery is solved :)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOMix2DemosES2NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyCodeModifiersAWT.java",
          "src/newt/native/KeyEvent.h",
          "src/test/com/jogamp/opengl/test/junit/util/KeyEventCountAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/newt/TestGearsNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasSWT.java",
          "src/test/com/jogamp/opengl/test/junit/util/QuitAdapter.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieCube.java",
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/KeyAction.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventAutoRepeatAWT.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTKeyAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java",
          "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyPressReleaseUnmaskRepeatAWT.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyCodesAWT.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventOrderAWT.java",
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java",
          "src/newt/classes/com/jogamp/newt/event/KeyListener.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NewtCanvasAWT.java",
          "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyUtil.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasAWT.java",
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java",
          "src/newt/classes/com/jogamp/newt/event/TraceKeyAdapter.java",
          "src/newt/native/X11Event.c",
          "src/newt/classes/com/jogamp/newt/event/KeyAdapter.java",
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/newt/TestGearsES1NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestNewtCanvasSWTBug628ResizeDeadlockAWT.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextRendererListenerBase01.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestElektronenMultipliziererNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestTranslucencyNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/newt/TestRedSquareES1NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/GPURendererListenerBase01.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NEWT.java",
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestRedSquareES2NEWT.java",
          "src/newt/native/X11Window.c",
          "src/newt/native/XCBEvent.c",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/ui/UIListenerBase01.java"
        ],
        "commitId" : "8b33170ec6fd3f215976875cb66d746fa1b48f61",
        "timestamp" : 1371445283000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 688:  Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyped(KeyEvent)\u000a",
        "date" : "2013-06-17T07:01:23+0200",
        "id" : "8b33170ec6fd3f215976875cb66d746fa1b48f61",
        "msg" : "Fix Bug 688:  Removal of NEWT KeyEvent.EVENT_KEY_TYPED and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyCodesAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyListener.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Event.c"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestRedSquareES2NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextRendererListenerBase01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasSWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/newt/TestRedSquareES1NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/KeyEventCountAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyPressReleaseUnmaskRepeatAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/XCBEvent.c"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieCube.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/GPURendererListenerBase01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/ui/UIListenerBase01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/newt/TestGearsES1NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/KeyAction.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/newt/TestGearsNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/KeyEvent.h"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventOrderAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/QuitAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOMix2DemosES2NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventAutoRepeatAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyCodeModifiersAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestNewtCanvasSWTBug628ResizeDeadlockAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/TraceKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestElektronenMultipliziererNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestTranslucencyNEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventAutoRepeatAWT.java",
          "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java",
          "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java",
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java",
          "src/newt/classes/jogamp/newt/swt/event/SWTNewtEventFactory.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventOrderAWT.java"
        ],
        "commitId" : "bdfb74818aa224bd96a15f232f417e921e0d8f63",
        "timestamp" : 1371448823000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 688:  Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyped(KeyEvent) - Part2: API Documentation and Comments\u000a",
        "date" : "2013-06-17T08:00:23+0200",
        "id" : "bdfb74818aa224bd96a15f232f417e921e0d8f63",
        "msg" : "Fix Bug 688:  Removal of NEWT KeyEvent.EVENT_KEY_TYPED and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventAutoRepeatAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/swt/event/SWTNewtEventFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventOrderAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventAutoRepeatAWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "c7e53e52b03afbaa6fe02a2ee5a4c5b6e5ed9f5a",
        "timestamp" : 1371453545000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix TestNewtKeyEventAutoRepeatAWT (Bug 688): Reduce head/tail event check to 2 events (Windows can't produce AR)\u000a",
        "date" : "2013-06-17T09:19:05+0200",
        "id" : "c7e53e52b03afbaa6fe02a2ee5a4c5b6e5ed9f5a",
        "msg" : "Fix TestNewtKeyEventAutoRepeatAWT (Bug 688): Reduce head/tail event",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventAutoRepeatAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/setenv-jogl.sh"
        ],
        "commitId" : "343c3b3d0204c678156ce3b1a0a667bf90541c18",
        "timestamp" : 1371457689000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Scripts: Adapt finding gluegen ..\u000a",
        "date" : "2013-06-17T10:28:09+0200",
        "id" : "343c3b3d0204c678156ce3b1a0a667bf90541c18",
        "msg" : "Scripts: Adapt finding gluegen ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/setenv-jogl.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java"
        ],
        "commitId" : "f2182cfbf4cf77ba3f53b5b3e1c53e9dd42691a5",
        "timestamp" : 1371459564000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix regression of 31e72d2f2d953352b2a8c83368039ecca8139d49: Modifier SHIFT needs to be recognized (-> horiz. scroll)\u000a",
        "date" : "2013-06-17T10:59:24+0200",
        "id" : "f2182cfbf4cf77ba3f53b5b3e1c53e9dd42691a5",
        "msg" : "Fix regression of 31e72d2f2d953352b2a8c83368039ecca8139d49: Modifier",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLDrawableHelper.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
        ],
        "commitId" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
        "timestamp" : 1371460600000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 735: GLAutoDrawable must issue glViewport(..) even w/o GLEventListener ; Optimize GLDrawableHelper's glViewportCall(..)\u000a\u000aGLAutoDrawable must issue glViewport(..) even w/o GLEventListener\u000a - Same behavior w/ or w/o GLEventListener requires to issue glViewport, always.\u000a\u000aOptimize GLDrawableHelper's glViewportCall(..)\u000a  - 'private void init(..)' receives 'setViewport' argument to be passed to 'private void reshape(..)'\u000a    allowing to only the the viewport once @ 'public void init(..)' and display.\u000a",
        "date" : "2013-06-17T11:16:40+0200",
        "id" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
        "msg" : "Fix Bug 735: GLAutoDrawable must issue glViewport(..) even w/o",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLDrawableHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDynamicLibraryBundleInfo.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLDynamicLibraryBundleInfo.java",
          "src/jogl/classes/jogamp/opengl/GLDynamicLibraryBundleInfo.java",
          "src/jogl/classes/jogamp/opengl/egl/DesktopES2DynamicLibraryBundleInfo.java"
        ],
        "commitId" : "6944d3485ad005c6cd69a3122479f1fbaef26dfc",
        "timestamp" : 1371505479000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLDynamicLibraryBundleInfo.shallLinkGlobal(): Defaults to 'true' now, allowing to remove specialized values.\u000a\u000a- Windows always used global\u000a- The OpenGL library is always available by all processes system wide.\u000a- Tested on OSX (was using local, previously).\u000a",
        "date" : "2013-06-17T23:44:39+0200",
        "id" : "6944d3485ad005c6cd69a3122479f1fbaef26dfc",
        "msg" : "GLDynamicLibraryBundleInfo.shallLinkGlobal(): Defaults to 'true' now,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/DesktopES2DynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDynamicLibraryBundleInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java"
        ],
        "commitId" : "893cf0c8c32edf231dbf418d45d3181532d2402b",
        "timestamp" : 1371510616000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JOGLNewtApplet1Run: Defer 'newtCanvasAWT' creation and attachment to applet.start() (only once), working around 'OS X' CALayer positioning bug.\u000a\u000aThe NewtCanvasAWT workaround for the 'OS X' CALayer positioning bug(*)\u000amay only work if parent is not only dislayable, but also visible.\u000a\u000a(*): Workaround resizes the component 2x, forcing a relayout.\u000a\u000a++\u000a\u000aRequestFocus after setVisibile(true).\u000a\u000a+++\u000a\u000aClear references to glWindow, newtCanvasAWT @ destroy.\u000a",
        "date" : "2013-06-18T01:10:16+0200",
        "id" : "893cf0c8c32edf231dbf418d45d3181532d2402b",
        "msg" : "JOGLNewtApplet1Run: Defer 'newtCanvasAWT' creation and attachment to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
        ],
        "commitId" : "e3beec5a0b4f696e458e8cc1d653ce9dc628e137",
        "timestamp" : 1371513689000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NewtCanvasAWT: Issue 'setFocusable(..)' at configureNewtChild(..)\u000a",
        "date" : "2013-06-18T02:01:29+0200",
        "id" : "e3beec5a0b4f696e458e8cc1d653ce9dc628e137",
        "msg" : "NewtCanvasAWT: Issue 'setFocusable(..)' at configureNewtChild(..)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java",
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java",
          "src/newt/classes/com/jogamp/newt/event/awt/AWTKeyAdapter.java"
        ],
        "commitId" : "de67cde91cb99e3a1a3b8182b119671d112c553b",
        "timestamp" : 1371513987000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Refine 893cf0c8c32edf231dbf418d45d3181532d2402b: Partial revert and issue forceRelayout at end of applet.start(); Cleanup AWTKeyAdapter.\u000a\u000aRefine 893cf0c8c32edf231dbf418d45d3181532d2402b: Partial revert and issue forceRelayout at end of applet.start();\u000a- Seems the workaround of OSX CALayer positioning bug is timing dependent,\u000a  i.e. stopped working when disabled DEBUG output.\u000a- Move NewtCanvasAWT creation and attachment back to init()\u000a- Issue extra forceRelayout (if OSX) at end of start() .. works 'most of the time'.\u000a\u000aCleanup AWTKeyAdapter: Adapt code style of keyPressed() to keyReleased().\u000a",
        "date" : "2013-06-18T02:06:27+0200",
        "id" : "de67cde91cb99e3a1a3b8182b119671d112c553b",
        "msg" : "Refine 893cf0c8c32edf231dbf418d45d3181532d2402b: Partial revert and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/awt/AWTKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
      "fullName" : "petr.skramovsky"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/maik.riechert",
      "fullName" : "maik.riechert"
    }
  ]
}