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 72607 Details for
Bug 166406
Improve query tooltip layout
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]
null check
clipboard.txt (text/plain), 907 bytes, created by
Steffen Pingel
on 2007-06-27 10:57:14 EDT
(
hide
)
Description:
null check
Filename:
MIME Type:
Creator:
Steffen Pingel
Created:
2007-06-27 10:57:14 EDT
Size:
907 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.ui >Index: src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListToolTipHandler.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListToolTipHandler.java,v >retrieving revision 1.50 >diff -u -r1.50 TaskListToolTipHandler.java >--- src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListToolTipHandler.java 26 Jun 2007 01:16:39 -0000 1.50 >+++ src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListToolTipHandler.java 27 Jun 2007 14:56:42 -0000 >@@ -387,7 +387,10 @@ > hideTooltip(); > > AbstractTaskContainer element = getTaskListElement(tipWidget); >- >+ if (element == null) { >+ return; >+ } >+ > Shell parent = PlatformUI.getWorkbench().getDisplay().getActiveShell(); > if (parent == null) { > return;
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 166406
:
71690
|
71692
|
71763
|
71764
|
71772
|
71782
|
71811
|
71971
|
72100
|
72101
|
72389
|
72390
|
72447
|
72527
| 72607