Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] What is the spec type of StackTrace.getContext context data .CodeArea?
  • From: Evgueni Tarassov <eugene@xxxxxxxxxxx>
  • Date: Fri, 11 Aug 2023 20:03:14 -0700
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=largest.net; dmarc=pass action=none header.from=largest.net; dkim=pass header.d=largest.net; 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=u3SM4lL6nF2kE1KzvTmF7tGqxUF+BtpxBKkkP8EJNdI=; b=fz2H4hqOlS4ZEyaSv/2KUKspx+/Qz5zKX5+dNpJ3lvzudIExMq61MMnJqjWr+iDMBKAZMncneIJQuW9io/p9TbGuLXf2cTEd0uWRuvUy90NNNNUT4+bYSEyg5ZUFSZePyM3v5/J5j4WDwbYsUCtbA/1rL4H5YJA16Pn7Pf+eswGdhjlLUjLu4yUr8IX83evWrj0vV4k3ocNb5CjZmA1kDZZ8VwxDKYli8Z4rXa/VThhB7HpF0RFhmWbXbpKezxsauf6gXCL0t2+ABKtV2b1I1CvYe+ks73xl2YGAY0KpLVTkolIaeW7KTBmVgmno13ecg6hvFS9Ttj1G9nb2hrN/hQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=N4DtGHRy9gBrD8IoZRRSCRkezxlH/IADuRns0KOCt20ORptia7yU4M2t50Ly2fKgd9AilSYZuzgA8kRM4sVDublAXWeK+n90zcS8xp9CTGvrynDv7kaINuSt8A3mmiUlmIQfOmo3i4E0F2mFQXBwt+P4YYBOsUNb6sSM+chpDF5Xp6V6RSpDxI4ZT68zJwisJ6sn2ngRtHAZ53PayUvbQqSlmRev8s4kAiGFeikLPet/gUXlvwnn9ziLI9A225X03izyFC9nsY+2bZ+sb+IgW7S43mnDFo5ZgJ2fds8EJUqb1GY6aEulGeRWmLsauAHzc3c/G+bF0UcmDGSpZirPiw==
  • 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>
  • User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

Yes, you are right, the text is incorrect, while the Java interface is the correct service definition.

I'll will update the doc.

Thanks,

Eugene

On 8/10/2023 11:03 PM, Bold, Emilian via tcf-dev wrote:

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

 


_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tcf-dev

Back to the top