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 151600 Details for
Bug 293586
org.eclipse.wst.common.component file incorrectly marked as need to be written
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.txt (text/plain), 1.03 KB, created by
Jason Peterson
on 2009-11-06 15:11:47 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Jason Peterson
Created:
2009-11-06 15:11:47 EST
Size:
1.03 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.common.modulecore >Index: modulecore-src/org/eclipse/wst/common/componentcore/internal/StructureEdit.java >=================================================================== >RCS file: /cvsroot/webtools/common/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/StructureEdit.java,v >retrieving revision 1.42.4.1.2.1 >diff -u -r1.42.4.1.2.1 StructureEdit.java >--- modulecore-src/org/eclipse/wst/common/componentcore/internal/StructureEdit.java 5 Oct 2009 22:21:52 -0000 1.42.4.1.2.1 >+++ modulecore-src/org/eclipse/wst/common/componentcore/internal/StructureEdit.java 6 Nov 2009 14:44:11 -0000 >@@ -378,7 +378,7 @@ > public void saveIfNecessary(IProgressMonitor aMonitor) { > if (isReadOnly) > throwAttemptedReadOnlyModification(); >- else if (validateEdit().isOK()) { >+ else if (structuralModel.isDirty() && validateEdit().isOK()) { > if (!structuralModel.isDisposed()) > structuralModel.saveIfNecessary(aMonitor, this); > }
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 293586
:
150742
| 151600