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 53887 Details for
Bug 164219
Missing error handling on Web Connector
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]
Recreated patch
Clipboard-attachment (text/plain), 1.18 KB, created by
Eugene Kuleshov
on 2006-11-15 01:33:36 EST
(
hide
)
Description:
Recreated patch
Filename:
MIME Type:
Creator:
Eugene Kuleshov
Created:
2006-11-15 01:33:36 EST
Size:
1.18 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylar.tasks.web >Index: src/org/eclipse/mylar/internal/tasks/web/WebQueryWizardPage.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.mylar/org.eclipse.mylar.tasks.web/src/org/eclipse/mylar/internal/tasks/web/WebQueryWizardPage.java,v >retrieving revision 1.2 >diff -u -r1.2 WebQueryWizardPage.java >--- src/org/eclipse/mylar/internal/tasks/web/WebQueryWizardPage.java 15 Nov 2006 03:55:06 -0000 1.2 >+++ src/org/eclipse/mylar/internal/tasks/web/WebQueryWizardPage.java 15 Nov 2006 06:27:19 -0000 >@@ -245,7 +245,13 @@ > if(!updatePreviewJob.isActive()) { > updatePreviewJob.schedule(); > } >+ } > >+ public boolean isPageComplete() { >+ if(getErrorMessage()!=null) { >+ return false; >+ } >+ return super.isPageComplete(); > } > > void updatePreviewTable(List<AbstractQueryHit> hits, MultiStatus queryStatus) { >@@ -320,7 +326,6 @@ > } > }; > >- // TODO: Handle returned status > IStatus status = WebRepositoryConnector.performQuery(webPage, evaluatedRegexp, null, monitor, collector, repository); > if(!status.isOK()) { > queryStatus.add(status);
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 164219
:
53697
|
53698
| 53887