Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] JDT.Core Cleanup Practice
  • From: Manoj Nalledathu Palat <manoj.palat@xxxxxxxxxx>
  • Date: Tue, 21 May 2024 06:39:31 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=UAGWOlA8CbtNS0Fz0IIckucNarfOZBZYyBmdIcP9ZrI=; b=UqNG+EwiLyaBbROPw2nK2LRez4GqZskQoMRXTanrJsjExt16f7EmEa4jn8NxRKN8qWpwpcQpM6qhgZblJQRdBfLoFMZu2cS6ugEUfsZ/WMv4nJ5iTtRM81wZUuVdmHynQll/6Y0xUTvd7WwGzkaolmBnZRU3QKZX1jDv1pK+NRjd/I5YotJRA9lrQlLmU6pIFK2zamqsAcGhF9wUpP7yb73Nb8tpPipolr5GE3d8SCx01jLBXrJ/+2NF7++SDoHb3Z7rosMh03M6e+H+6Q83ahbdMdcysj6LxxG2yW+JhbFaJVfpb/+Saw6a29MLuOvWq3sKSqQrG44QQl2HDvipsw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=L2m0eNVPEbbDycplzIe8J9dJHRNHoj52jInVU5La0F8IPgnpHBjJif1svsUr2zk7Oje1RAH3vjIh0QHBM8SYPWyD5XusIn0jpsrxtcJF0gs0LPNMOzYbxw8mo4//LmRJBhwWFNfDqIsdLZPodL4r3RoXqqiXnxKgmQsf+S57oBl3KTj/6ZkSRNTYhrSOXEKhD9yConyZkPG78+Ynmlwy2JmLEMvleN1mhCJZiC3MLoidRjtbAX7Wq6I9IlDlam9qnjCuMSlcEjeicqLiYfoPXHTASoWsjdVHvsXc7r1D/srPygEIh6UlIj/Mbp28c0MF62HvPQGYYTmKQasOjy1IKg==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaq0ilKJWUzdiGJ0WQSrOJ6i0MWg==
  • Thread-topic: JDT.Core Cleanup Practice

Dear All,

Since we have moved to github issues from Bugzilla, and also since there are more contributors, wanted to remind about the practice of cleanups followed in jdt.core.

 

Please adhere to the following:

 

  1. Please have [cleanup] in the subject of the issue and pr.
  2. Please assign reviewers to these PRs [look at the code neighbourhood to “find” a committer who has changed/added code]
  3. Please restrict the mass cleanups to only M1 milestone.

 

These are nothing new but just adapted to the github world.

 

Thanks,

Manoj N Palat


Back to the top