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 83627 Details for
Bug 210753
[Forms] Index out of bounds from FormEditor#setActivePage(*)
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]
FormEditor v01
forms-v01.txt (text/plain), 947 bytes, created by
Paul Webster
on 2007-11-23 07:51:04 EST
(
hide
)
Description:
FormEditor v01
Filename:
MIME Type:
Creator:
Paul Webster
Created:
2007-11-23 07:51:04 EST
Size:
947 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.forms >Index: src/org/eclipse/ui/forms/editor/FormEditor.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.forms/src/org/eclipse/ui/forms/editor/FormEditor.java,v >retrieving revision 1.35 >diff -u -r1.35 FormEditor.java >--- src/org/eclipse/ui/forms/editor/FormEditor.java 28 Aug 2007 15:20:48 -0000 1.35 >+++ src/org/eclipse/ui/forms/editor/FormEditor.java 23 Nov 2007 12:49:11 -0000 >@@ -620,10 +620,9 @@ > // this should be called only when the editor is first opened > if (pages.size() > pageIndex > && pages.get(pageIndex) instanceof IFormPage) { >- pageChange(pageIndex); >+ super.setActivePage(pageIndex); > IFormPage activePage = (IFormPage) pages.get(pageIndex); > activePage.setActive(true); >- super.setActivePage(pageIndex); > } else > super.setActivePage(pageIndex); > updateActionBarContributor(pageIndex);
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 210753
: 83627