Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341937 - Parser failure on comma operator within ?: operator (in jQuery-1.5.2.min.js)
Summary: Parser failure on comma operator within ?: operator (in jQuery-1.5.2.min.js)
Status: CLOSED DUPLICATE of bug 329716
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.2.3   Edit
Hardware: All All
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 11:48 EDT by Paul Beusterien CLA
Modified: 2011-04-05 16:32 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 Paul Beusterien CLA 2011-04-05 11:48:47 EDT
The latest compressed version of jQuery now fails in the JSDT parser.

Here is a small test case:

            function  bP(k,a) {  
            var l;
                k?l=1:
                (foo(l),l=bP(a));    
            return l}


Description	Resource	Path	Location	Type
Syntax error on token ",", . expected	break.js	/aaaa/assets/www	line 4	JavaScript Problem
Comment 1 Nitin Dahyabhai CLA 2011-04-05 16:32:24 EDT

*** This bug has been marked as a duplicate of bug 329716 ***