Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvrubezhny2013-12-25 21:18:48 +0000
committervrubezhny2013-12-25 21:18:48 +0000
commit6200bde5141f1ca23edfcb2e67490e4fe4bcb36b (patch)
treef48ccba14ea3e9b171f532814d8c7ba88071a45f
parent5e5c3110c04525f2120d5cb6577c4ae37871a16a (diff)
downloadwebtools.maps-6200bde5141f1ca23edfcb2e67490e4fe4bcb36b.tar.gz
webtools.maps-6200bde5141f1ca23edfcb2e67490e4fe4bcb36b.tar.xz
webtools.maps-6200bde5141f1ca23edfcb2e67490e4fe4bcb36b.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 156f166dc..7ae84384e 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=v201312192232,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=v201312192232,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=v201312252108,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