{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,500",
          "upstreamBuild" : 1500,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1500,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d671b2ab3badbcfdbe0ff57f55ff997ba7bcb060",
            "branch" : [
              {
                "SHA1" : "d671b2ab3badbcfdbe0ff57f55ff997ba7bcb060",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d671b2ab3badbcfdbe0ff57f55ff997ba7bcb060",
            "branch" : [
              {
                "SHA1" : "d671b2ab3badbcfdbe0ff57f55ff997ba7bcb060",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d671b2ab3badbcfdbe0ff57f55ff997ba7bcb060",
        "branch" : [
          {
            "SHA1" : "d671b2ab3badbcfdbe0ff57f55ff997ba7bcb060",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 1,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1500",
  "duration" : 859491,
  "estimatedDuration" : 485024,
  "executor" : None,
  "fullDisplayName" : "jogl » android-arm64 #1500",
  "id" : "1500",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1500,
  "queueId" : 888,
  "result" : "SUCCESS",
  "timestamp" : 1579072334932,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=android-arm64/1500/",
  "builtOn" : "androidArm64-jogamp-aarch64-sgothel-041",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/com/jogamp/nativewindow/util/Rectangle.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/util/RectangleImmutable.java"
        ],
        "commitId" : "9bcc384e66e40706225b86e9750c5822cb8f8c57",
        "timestamp" : 1579070749000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Nativewindow Rectangle*: Cleanup up union(..), intersection(..): Return a new Rectangle instance (mutable)\u000a\u000aAlso return 'this' for setter methods for chaining.\u000a",
        "date" : "2020-01-15 07:45:49 +0100",
        "id" : "9bcc384e66e40706225b86e9750c5822cb8f8c57",
        "msg" : "Nativewindow Rectangle*: Cleanup up union(..), intersection(..): Return a new Rectangle instance (mutable)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/util/Rectangle.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/util/RectangleImmutable.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor01.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestGLCanvasSWTNewtCanvasSWTPosInTabs.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor02NewtGLWindow.java",
          "src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor03AWTGLn.java"
        ],
        "commitId" : "d671b2ab3badbcfdbe0ff57f55ff997ba7bcb060",
        "timestamp" : 1579071738000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1422: Emulate DPI Scaling on non-native DPI autoscale platforms (!MacOS)\u000a\u000aBug 1422 shows that it seems to be desired to emulate DPI scaling where\u000athe native toolkit does not implmement the same.\u000a\u000aOn GTK, DPIUtil.mapDPIToZoom (int dpi) reads:\u000a  double zoom = (double) dpi * 100 / 96;\u000a  int roundedZoom = (int) Math.round (zoom);\u000a  return roundedZoom;\u000a\u000aWhile having dpi calculated as:\u000a\u000a  dpi = 96 * GDK.gdk_monitor_get_scale_factor(monitor);\u000a\u000aWell, this seems to exist to allow 96 dpi fixed layout to\u000a'look' OK on high-dpi screens.\u000aHowever, you get in trouble if you layout high-dpi aware,\u000ai.e. using percentages etc.\u000a\u000aThere is one exception: If DPIUtil.useCairoAutoScale() is true, scalingFactor is 1f\u000aand hence the scaling emulation dropped.\u000a\u000a'DPIUtil.setUseCairoAutoScale((sx[0]*100) == scaleFactor || OS.isGNOME);'\u000a",
        "date" : "2020-01-15 08:02:18 +0100",
        "id" : "d671b2ab3badbcfdbe0ff57f55ff997ba7bcb060",
        "msg" : "Bug 1422: Emulate DPI Scaling on non-native DPI autoscale platforms (!MacOS)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor03AWTGLn.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestGLCanvasSWTNewtCanvasSWTPosInTabs.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor02NewtGLWindow.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}