Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] What is the spec type of StackTrace.getContext context data .CodeArea?
  • From: "Bold, Emilian" <emilian.bold@xxxxxxxxx>
  • Date: Fri, 11 Aug 2023 06:03:09 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.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=5dXXEvwGaO79zR8CRNT51Dvnn9cDCkamz6G8SYpdw1E=; b=RtqrmcheMTFQVKp5ObnDKH1fYrrsaXWbxzlY0M8mSO6O4wFxKDFxE4V/k8QJG2JepUmjWsYhttfBDjOTscQMQVQ0ZWmhQ+fvVRChC84HuB1XRxH+Zt7sY9+CkbkRWwqzNEQYmb5zBAE2eMtIqUzXA7g1TxVc99UKraqyw0sFsKKhWSYiyalHpvHAceaiyp9mlDEA5qQwQwXUCEKuhiliTq8sHAesVSsuq3dkhna66Uzf1ZtZ7X1RPymLDkEbubU8EVUFTgDOuPgXZpc3kdlP+Vrb7YZ0CYT9v5I/RMOjj0vEVMbDmJO2eO1Npyx4p5rsfNlNKxRyqUTRf8g/n7ATSQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PtD20R1F4YFDxRLdFMBvJXnLYrg1SEtXJgIVyfk8RJWwOYtduQaCSnZVi0GguK7h2MrRxX9ofPXZj5TlMZMhOyoBv3f2dAl/zHUKqEDFDEeTw3N9NghYqr+K7EeirVlVH78v8wbC/nx0lSqEjquGon9i2fUo1shnFUC5uNpbyEoQCr1+u23t0ky+d4lQUMF07hCe4c8Sk1snHpt9q3741bLPcsWcR3atdjk3o1iI2C18sCKTpkxqPBly3EGqgD4sVXapm8D48RbHXDON75YaoMUvFlTSc57nBtCc6jO0DOgiDjDy6E7HLLAztColIWXE4CoVUyRBg2kYtoU5VwiyCw==
  • Delivered-to: tcf-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tcf-dev/>
  • List-help: <mailto:tcf-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tcf-dev>, <mailto:tcf-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tcf-dev>, <mailto:tcf-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdnMGLX8wCYYpTsPSPyyrIEZdw2Z/Q==
  • Thread-topic: What is the spec type of StackTrace.getContext context data .CodeArea?

Hello,

 

`StackTrace.getContext` [1] will reply with an optional `CodeArea` field which is supposed to be a <number>.

 

Yet, the API section mentions that the interface `StackTraceContext` has `ILineNumbers.CodeArea getCodeArea()`.

 

Same mismatch with `FuncID` which is first specified as <number> but in the interface it is `String getFuncID`.

 

Could we update the spec so the type is coherent for these two properties added back in 2015?

 

  1. https://download.eclipse.org/tools/tcf/tcf-docs/TCF%20Service%20-%20Stack%20Trace.html#CmdGetContext

 

--emi

A close up of a signDescription automatically generated

Emilian Bold

AI Software Development Engineer | moviTools  🚀

Intel Timisoara |  intel.com

 


Back to the top