)]}'
{
  "commit": "5a8824f73257a5cf03c6eebf5268bc7f4d30c310",
  "tree": "a90b57627347a60a272184e82ba6a82f518f547c",
  "parents": [
    "dc887d8ec3e58d68a617566f92d8646be4e7fc63"
  ],
  "author": {
    "name": "Lars Vogel",
    "email": "Lars.Vogel@vogella.com",
    "time": "Tue Jun 08 11:54:54 2021 +0200"
  },
  "committer": {
    "name": "Lars Vogel",
    "email": "Lars.Vogel@vogella.com",
    "time": "Tue Jun 22 06:02:06 2021 -0400"
  },
  "message": "Use JDT static inner class clean up for\nui.editors\n\nThis ticket uses and tests the \"Use static inner class\" cleanup feature:\n - It reviews the feature\n - It reduces the memory consumption as it avoids the pointer to the\nouter class\n\nExample:\n\nBefore:\n\npublic class Outer {\n\npublic class InnerClass {\n    int i;\n\n    public boolean anotherMethod() {\n        return true;\n    }\n}\n}\n\nAfter:\n\npublic class Outer {\n\npublic static class InnerClass {\n    int i;\n\n    public boolean anotherMethod() {\n        return true;\n    }\n}\n}\n\n\nChange-Id: Id13454b3c8e1e8ca6628d4f15cc6f0aec37cd62a\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/181573\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "deb90eef64c5beac2cdddb5ba17e0a18ac4c91fe",
      "old_mode": 33188,
      "old_path": "org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/AccessibilityPreferencePage.java",
      "new_id": "2d009b22ce34c5ea81d9e2e4a28d0333c2a86f56",
      "new_mode": 33188,
      "new_path": "org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/AccessibilityPreferencePage.java"
    },
    {
      "type": "modify",
      "old_id": "cd43988586a910b013873fa012d5f6f47fe9a07f",
      "old_mode": 33188,
      "old_path": "org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/AnnotationsConfigurationBlock.java",
      "new_id": "35b7aae8b917fc8703370aab535596edade48233",
      "new_mode": 33188,
      "new_path": "org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/AnnotationsConfigurationBlock.java"
    },
    {
      "type": "modify",
      "old_id": "2d8255effee05b611ccec60b3eea55ac6541bd5a",
      "old_mode": 33261,
      "old_path": "org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/LinkedModeConfigurationBlock.java",
      "new_id": "ea11e2426ffe26e5cfe0f76a6f4a24b666cb6e2e",
      "new_mode": 33261,
      "new_path": "org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/LinkedModeConfigurationBlock.java"
    }
  ]
}
