Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 95951 Details for
Bug 180262
variables are listed twice in the "EquivalenceClass" pane of Datapool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch.
Defect_180262_patch.txt (text/plain), 1.88 KB, created by
Paul Slauenwhite
on 2008-04-14 13:16:10 EDT
(
hide
)
Description:
Patch.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2008-04-14 13:16:10 EDT
Size:
1.88 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.ui >Index: src/org/eclipse/hyades/test/ui/datapool/internal/control/DatapoolTableUtil.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/datapool/internal/control/DatapoolTableUtil.java,v >retrieving revision 1.4 >diff -u -r1.4 DatapoolTableUtil.java >--- src/org/eclipse/hyades/test/ui/datapool/internal/control/DatapoolTableUtil.java 2 May 2007 19:35:50 -0000 1.4 >+++ src/org/eclipse/hyades/test/ui/datapool/internal/control/DatapoolTableUtil.java 14 Apr 2008 17:10:53 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2007 IBM Corporation and others. >+ * Copyright (c) 2005, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -20,8 +20,14 @@ > import org.eclipse.swt.widgets.TableItem; > > /** >- * @author psun >- * >+ * DatapoolTableUtil.java >+ * <p/> >+ * >+ * >+ * @author Peter Sun >+ * @author Paul E. Slauenwhite >+ * @version April 12, 2008 >+ * @since April 12, 2008 > */ > public class DatapoolTableUtil { > >@@ -46,8 +52,11 @@ > for(int i = 0; i < table.getColumnCount(); i++) > { > TableColumn tableColumn = table.getColumn(i); >- if(tableColumn.getWidth() != 0) >+ >+ //Note: The second condition (tableColumn.getResizable()) is a work-around for SWT defect #226973. >+ if((tableColumn.getWidth() != 0) || (tableColumn.getResizable())){ > counter++; >+ } > } > return counter; > } >@@ -139,6 +148,8 @@ > catch(Exception e) > { > } >+ >+ //Note: Required in getColumnCount() to work-around for SWT defect #226973. > tableColumn.setResizable(false); > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 180262
: 95951