Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318565 - Indistinct parameter name in INodeFactory.newConditionalExpession()
Summary: Indistinct parameter name in INodeFactory.newConditionalExpession()
Status: CLOSED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 7.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Emanuel Graf CLA
QA Contact: Mike Kucera CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 05:20 EDT by Emanuel Graf CLA
Modified: 2010-07-01 06:23 EDT (History)
0 users

See Also:


Attachments
parameter rename (2.97 KB, patch)
2010-07-01 05:29 EDT, Emanuel Graf CLA
emanuel: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Graf CLA 2010-07-01 05:20:33 EDT
public IASTBinaryExpression newBinaryExpression(int op, IASTExpression expr1, IASTExpression expr2);
Comment 1 Emanuel Graf CLA 2010-07-01 05:24:06 EDT
Sorry I meant newConditionalExpession: public IASTConditionalExpression newConditionalExpession(IASTExpression expr1, IASTExpression expr2, IASTExpression expr3);
Comment 2 Emanuel Graf CLA 2010-07-01 05:29:23 EDT
Created attachment 173189 [details]
parameter rename
Comment 3 Emanuel Graf CLA 2010-07-01 05:35:03 EDT
fixed in 8.0 and 7.0 > 20100701
Comment 4 CDT Genie CLA 2010-07-01 06:23:03 EDT
*** cdt cvs genie on behalf of egraf ***
Bug 318565: Indistinct parameter name in INodeFactory.newConditionalExpession()
<a  href=https://bugs.eclipse.org/bugs/show_bug.cgi?id=318565>https://bugs.eclipse.org/bugs/show_bug.cgi?id=318565</a>

[*] INodeFactory.java 1.8 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/INodeFactory.java?root=Tools_Project&r1=1.7&r2=1.8

[*] CPPNodeFactory.java 1.16 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/CPPNodeFactory.java?root=Tools_Project&r1=1.15&r2=1.16

[*] CNodeFactory.java 1.9 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/c/CNodeFactory.java?root=Tools_Project&r1=1.8&r2=1.9

[*] CPPNodeFactory.java 1.15.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/CPPNodeFactory.java?root=Tools_Project&r1=1.15&r2=1.15.2.1

[*] INodeFactory.java 1.7.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/INodeFactory.java?root=Tools_Project&r1=1.7&r2=1.7.2.1

[*] CNodeFactory.java 1.8.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/c/CNodeFactory.java?root=Tools_Project&r1=1.8&r2=1.8.2.1