Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Examples from JEP document
  • From: "Sankaran, Srikanth" <srikanth.sankaran@xxxxxxxxxxxxx>
  • Date: Tue, 25 Jun 2024 13:06:51 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=advantest.com; dmarc=pass action=none header.from=advantest.com; dkim=pass header.d=advantest.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=hyZD5HwPaIkasAZ+gMCiecyac8otCLZzoFmF5GDt8nI=; b=gnvjiBPYvk2Bobfq40CCjDQEaEvNYzg02hIWCozPkS9Z1LLl30JTKbJxJTN1MmHHUzrXH0gjZK2I9kCa1bU3NoLaQBt7c+lQUhmh8QdINHItRnTlg6MPFn1Pb1qC2NRkBniCQO9cu9bFMcLJp+ECAHinh/Qtf7cJYOfnCIff2DZB3lOAt1PSoXqJ50ZzOF5MT5PqW0YH5PnM1yLyYTEADVh+Xr2zO4xVgx2xv9DlRlynfcgVfY1QlTL/OctN7RTeuYvcZsKZnqP4LxY3Ld+pu29M3T4ubakirUOhF38UxSStpwhYWfgdS35jdHoiJgAOvT9RwlcMJxOvwxk8mO+CoQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OBteGehXPjYDocKpoaPzgNyjFloxtjkcWV0EXBuizvluioMboQ87UrU7PmsYTYzY82ZV1cpuLw25/a6uUOz27bv2Unc7nKUXmrl5XqimmuvcY8bUZO7cqHtlbfctIV2BDnQanUMJeA6nlod1POytnbSXEyY6dp2EdXOqOoaatt1NGK7LvzY0we6UedoV2iWor/3QqfISqvS7Shs3DojQ+deiXwDK6l2CVUmzz3e4kQ7W9snwmLGZ8u+FbioggJk+T1bcNXtb0W3emSEb5CKPBbD/cfPAKYmMtiCCC2WFDexET9MsbZhSnAtna+QF1D7OT2sNLU14PBXWDVAybTz4LA==
  • 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: AdrG/+MhGssxQqQiSbqCzy1ABk7e/w==
  • Thread-topic: Examples from JEP document

A reminder to folks implementing various JEPs that a simple way to ensure decent coverage is to ensure that the examples from JEP write ups are compiled as outlined.

 

I have observed not infrequently that code samples from JEP documents don’t compile or otherwise behave as expected

 

Latest example being https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2595 - this defect exists because we didn’t so far implement the section “Sealed classes and conversions” from https://openjdk.org/jeps/409

 

The snippets from that section don’t work as expected.

 

FYI

Srikanth


Back to the top