Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12735] CodeProcessor: Remove redundant errors and warnings

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-02-14T19:11:28.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.1.0, 2013 Sprint 04 JS, 2013 Sprint 04
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneePraveen Innamuri
Created2013-02-14T18:12:36.000+0000
Updated2017-03-09T00:35:01.000+0000

Description

Normally when an exception is thrown, execution of JavaScript terminates, but because of the code processor's ability to recover from errors, the same error can be reported multiple times
for(var i = 0; i < 10; i++) {
	foo();
}
Redundant errors and warnings should be collapsed into a single one, perhaps with a counter of how many times the error has occured

Comments

  1. Lee Morris 2017-03-09

    Closing ticket as fixed.

JSON Source