Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Where is the project eclipse.jdt.core/org.eclipse.jdt.core.ecj.validation referenced by the FAQ ?
  • From: "Sankaran, Srikanth" <srikanth.sankaran@xxxxxxxxxxxxx>
  • Date: Thu, 27 Apr 2023 06:10:49 +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=nWQFV5Q9mfku9C+5AKMWu0Kf19vLkpytnLQfldFZjQw=; b=K4SHZ1oOa7r2CgMm8zdVZC5zE95QHu8XTECb/Cvkx2P/EvUEtyx30/oj9+l2xMctQLDWkijxEnKVSTEXhdTPleGSoq0g+QhM9yZwD3y5t+EosGs+KjxYE7aahoy27q/wfntTuxMxqDctDl4d9kA+kYDtgXNHLnXHCFPpOF+4NWR+YSF14d5jSNBqfQsgD32wJCApHsxKV02aBJaCPQ/PsFBfDKo1ixZ3vRHVQ73zIliaCrbnUaArs74K149ZQL68zUMwnFjLUsIE27786u0wVzroyNVrxU0w3KmgHKRExE3rP2OV0KUjmOCVj14h2gBYRjd6GMvqVMcespxpAyF1sQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=aTpsRjFlVbfPspr2ss8c/SkELeouGZ8uCKVMZOzz4S+U7gRBVNXnL8F27GX2BmJgR6WtxZV1uqVw1CQUFEoc+Wo8z6WjVtSAi/LnVxV/Wa+qr9Dm1/EdzRXKErbfG7EqKhOgaO1tOBz/NACV9gdQeAwXiD0N+2OhPTw7zgKlOL3HYs1XflJmrYGHzXiW060thpIW9Vl7j/XYtzOTLl9VHzZr7a9IaoVvR2JT7b/vIeLVyfV8uTrA3Bsp6E0THyY1vUarmEhnDjQioSHcWdJaH4buRd8R1dJ3Q8XJiZbregLT9VKvwEMx9hhGsyZJ8uNYRSp6w/f6a+QPafdSgAHBEA==
  • 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: Adl4zr6FjnrAjvuDRMyOQ/KoefXTDg==
  • Thread-topic: Where is the project eclipse.jdt.core/org.eclipse.jdt.core.ecj.validation referenced by the FAQ ?

https://github.com/eclipse-jdt/eclipse.jdt.core/wiki/FAQ-JDT-Core-Committer reads:

 

The project org.eclipse.jdt.core.ecj.validation only checks that the classes in source folders org.eclipse.jdt.core\compiler and org.eclipse.jdt.core\batch do not reference classes in other source folders. This project should be imported into the workspace before working on the compiler. It contains only links to the two mentioned source folders and will signal errors, if any class outside this scope is used. The project itself is not intended for editing.

 

An earlier passage alludes to this project originating from the  https://github.com/eclipse-jdt/eclipse.jdt.core.git repo.

 

I have checked and double checked but this project seems to be missing in that repo ??

 

TIA for any clarifications.

Srikanth


Back to the top