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 83860 Details for
Bug 99059
[Connection] Network connection problems being written to the Eclipse log
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
patch_99059_20071127.txt (text/plain), 1.31 KB, created by
Tomasz Zarna
on 2007-11-27 08:25:17 EST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tomasz Zarna
Created:
2007-11-27 08:25:17 EST
Size:
1.31 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.team.cvs.ui >Index: src/org/eclipse/team/internal/ccvs/ui/CVSUIPlugin.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSUIPlugin.java,v >retrieving revision 1.211 >diff -u -r1.211 CVSUIPlugin.java >--- src/org/eclipse/team/internal/ccvs/ui/CVSUIPlugin.java 11 Sep 2007 18:03:39 -0000 1.211 >+++ src/org/eclipse/team/internal/ccvs/ui/CVSUIPlugin.java 27 Nov 2007 13:09:09 -0000 >@@ -385,12 +385,12 @@ > // Determine the status to be displayed (and possibly logged) > IStatus status = null; > boolean log = false; >- if (exception instanceof CoreException) { >- status = ((CoreException)exception).getStatus(); >- log = ((flags & LOG_CORE_EXCEPTIONS) > 0); >- } else if (exception instanceof TeamException) { >+ if (exception instanceof TeamException) { > status = ((TeamException)exception).getStatus(); > log = ((flags & LOG_TEAM_EXCEPTIONS) > 0); >+ } else if (exception instanceof CoreException) { >+ status = ((CoreException)exception).getStatus(); >+ log = ((flags & LOG_CORE_EXCEPTIONS) > 0); > } else if (exception instanceof InterruptedException) { > return new CVSStatus(IStatus.OK, CVSUIMessages.ok); > } else if (exception != null) {
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 99059
:
83860
|
83982
|
84311