Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2010-01-11 02:13:07 +0000
committernitind2010-01-11 02:13:07 +0000
commitd85d78fe67448df36fbb4efb09aa46b0347f9d64 (patch)
treeef95f00cbe4fc98ac28be06725deb9119b086f7a /releng.sourceediting
parentbc4d2dba95d44c09c975561133cdfb6b27944516 (diff)
downloadwebtools.maps-d85d78fe67448df36fbb4efb09aa46b0347f9d64.tar.gz
webtools.maps-d85d78fe67448df36fbb4efb09aa46b0347f9d64.tar.xz
webtools.maps-d85d78fe67448df36fbb4efb09aa46b0347f9d64.zip
[296999] [performance] Inefficient use of new String() constructor
[297005] Static Constants should be made final [297006] Comparison of Strings using == or != [299224] DOMExceptions should be created with useful messages
Diffstat (limited to 'releng.sourceediting')
-rw-r--r--releng.sourceediting/maps/wst-xml-core.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng.sourceediting/maps/wst-xml-core.map b/releng.sourceediting/maps/wst-xml-core.map
index c9c73a2cb..006454a1e 100644
--- a/releng.sourceediting/maps/wst-xml-core.map
+++ b/releng.sourceediting/maps/wst-xml-core.map
@@ -4,7 +4,7 @@
plugin@org.eclipse.wst.dtd.core=v200910121719,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.dtd.core
plugin@org.eclipse.wst.sse.core=v200912170622,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.sse.core
-plugin@org.eclipse.wst.xml.core=v201001110207,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.core
+plugin@org.eclipse.wst.xml.core=v201001110212,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.core
plugin@org.eclipse.wst.xsd.core=v200912170622,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xsd.core
plugin@org.eclipse.wst.standard.schemas=v200902270215,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.standard.schemas

Back to the top