Bug 213022 - Some parsing errors are displayed in console
Summary: Some parsing errors are displayed in console
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: gmt (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-14 09:48 EST by William Piers CLA
Modified: 2017-04-11 15:13 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Piers CLA 2007-12-14 09:48:19 EST
TCS is used in ATL (org.eclipse.m2m.atl) for detect context for content assist. So one of the main use is the parsing of incomplete files. In this case, a trace is visible in the eclipse's console, even if all TCS outgoing exceptions are catch.
The issue comes from the TCSInjector class, which contains "printStackTrace()" call.
It would be better to replace that call by an Exception thrown, and do the same for all System.out.println calls.