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 196387 Details for
Bug 346914
Zest incubator: NullpointerException because of missing Scrollbars on Scrollable
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.
ugly workaround to check zest in RAP
clipboard.txt (text/plain), 1.22 KB, created by
Arnaud MERGEY
on 2011-05-23 19:24:42 EDT
(
hide
)
Description:
ugly workaround to check zest in RAP
Filename:
MIME Type:
Creator:
Arnaud MERGEY
Created:
2011-05-23 19:24:42 EDT
Size:
1.22 KB
patch
obsolete
>Index: Color.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt/src/org/eclipse/swt/graphics/Color.java,v >retrieving revision 1.16 >diff -u -r1.16 Color.java >--- Color.java 12 Apr 2011 15:46:15 -0000 1.16 >+++ Color.java 23 May 2011 23:18:13 -0000 >@@ -136,9 +136,9 @@ > * </ul> > */ > public int getBlue() { >- if( isDisposed() ) { >- SWT.error( SWT.ERROR_GRAPHIC_DISPOSED ); >- } >+// if( isDisposed() ) { >+// SWT.error( SWT.ERROR_GRAPHIC_DISPOSED ); >+// } > return ( colorNr & 0xFF0000 ) >> 16; > } > >@@ -153,9 +153,9 @@ > * </ul> > */ > public int getGreen() { >- if( isDisposed() ) { >- SWT.error( SWT.ERROR_GRAPHIC_DISPOSED ); >- } >+// if( isDisposed() ) { >+// SWT.error( SWT.ERROR_GRAPHIC_DISPOSED ); >+// } > return ( colorNr & 0xFF00 ) >> 8; > } > >@@ -170,9 +170,9 @@ > * </ul> > */ > public int getRed() { >- if( isDisposed() ) { >- SWT.error( SWT.ERROR_GRAPHIC_DISPOSED ); >- } >+// if( isDisposed() ) { >+// SWT.error( SWT.ERROR_GRAPHIC_DISPOSED ); >+// } > return colorNr & 0xFF; > } >
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 Raw
Actions:
View
Attachments on
bug 346914
:
196381
|
196384
|
196385
| 196387