Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvrubezhny2013-12-25 21:15:39 +0000
committervrubezhny2013-12-25 21:15:39 +0000
commit0e31b5047f46473b8061e39ae13ad85bc5027573 (patch)
tree312538d8da9bc5992610318a525014c85e7792ab
parent097a8e589cbf10935867f5bfbd0cf4e63b09701b (diff)
downloadwebtools.maps-0e31b5047f46473b8061e39ae13ad85bc5027573.tar.gz
webtools.maps-0e31b5047f46473b8061e39ae13ad85bc5027573.tar.xz
webtools.maps-0e31b5047f46473b8061e39ae13ad85bc5027573.zip
[424634] NPE in OverrideIndicatorManager.updateAnnotations() when anonymous function overrides some function
[424647] NPE in org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding Signed-off-by: vrubezhny <vrubezhny@exadel.com>
-rw-r--r--releng.jsdt/maps/wst-jsdt.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng.jsdt/maps/wst-jsdt.map b/releng.jsdt/maps/wst-jsdt.map
index 4f1a34690..a718749b2 100644
--- a/releng.jsdt/maps/wst-jsdt.map
+++ b/releng.jsdt/maps/wst-jsdt.map
@@ -7,7 +7,7 @@ plugin@org.eclipse.wst.jsdt.core=GIT,tag=v201312192231,repo=git://git.eclipse.or
plugin@org.eclipse.wst.jsdt.manipulation=GIT,tag=v201204261600,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.manipulation
plugin@org.eclipse.wst.jsdt.support.firefox=GIT,tag=v201208171701,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.support.firefox
plugin@org.eclipse.wst.jsdt.support.ie=GIT,tag=v201208171701,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.support.ie
-plugin@org.eclipse.wst.jsdt.ui=GIT,tag=v201312192231,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.ui
+plugin@org.eclipse.wst.jsdt.ui=GIT,tag=v201312252107,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.ui
plugin@org.eclipse.wst.jsdt.debug.core=GIT,tag=v201208171701,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.debug.git,path=bundles/org.eclipse.wst.jsdt.debug.core
plugin@org.eclipse.wst.jsdt.debug.crossfire=GIT,tag=v201208171701,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.debug.git,path=bundles/org.eclipse.wst.jsdt.debug.crossfire

Back to the top