Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipe Mulet2001-11-07 18:35:12 +0000
committerPhilipe Mulet2001-11-07 18:35:12 +0000
commit717c7508d9036a56317a19cf0f0d0278833ab214 (patch)
tree7421d9bde9c0a7d66ecdfd593c3bca079e9a36ce
parentfef767ead34860def5c5969bff47bc76e721609d (diff)
downloadeclipse.jdt.core-717c7508d9036a56317a19cf0f0d0278833ab214.tar.gz
eclipse.jdt.core-717c7508d9036a56317a19cf0f0d0278833ab214.tar.xz
eclipse.jdt.core-717c7508d9036a56317a19cf0f0d0278833ab214.zip
*** empty log message ***v_208_02
-rw-r--r--org.eclipse.jdt.core/changes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/changes.txt b/org.eclipse.jdt.core/changes.txt
index 4d65cf8766..e9d91a7ffa 100644
--- a/org.eclipse.jdt.core/changes.txt
+++ b/org.eclipse.jdt.core/changes.txt
@@ -110,10 +110,12 @@ STREAM: 2.0
================================================================================
* Project references are maintained by the JavaCore, in parallel with build path.
* Resurrected deprecated APIs from 0.9 which were discarded previously.
+ * ICodeCompletion reverted to 1.0 version, and got deprecated. Use ICompletionRequestor instead.
* Cross-project incremental recompilation in presence of structural changes in produced binaries.
PRs Fixed in this Release
================================================================================
+ 5525 ICodeCompletionRequestor isn't 1.0 compatible
5616 NPE when compiling invalid code defining a array of strings
5217 java search scope: missing enclosing project
5527 Unexpected inaccurate matches for #close() declarations

Back to the top