Bug 42789 - [Dialogs] DialogCheck is using "assert" as a variable name
Summary: [Dialogs] DialogCheck is using "assert" as a variable name
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-09 10:30 EDT by Douglas Pollock CLA
Modified: 2005-05-10 14:56 EDT (History)
0 users

See Also:


Attachments
Patch to DialogCheck (3.17 KB, patch)
2003-09-09 10:30 EDT, Douglas Pollock CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Pollock CLA 2003-09-09 10:30:00 EDT
org.eclipse.ui.tests.util.DialogCheck is using "assert" as a variable name,
which isn't allowed under the 1.4.x series of JDKs.  I believe we are supposed
to be moving to 1.4.x compliance.
Comment 1 Douglas Pollock CLA 2003-09-09 10:30:44 EDT
Created attachment 6050 [details]
Patch to DialogCheck

Renames "assert" to "assertion".
Comment 2 Tod Creasey CLA 2003-09-12 10:02:38 EDT
Patch released.
Comment 3 Tod Creasey CLA 2005-05-10 14:56:01 EDT
Marking closed