Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipe Mulet2001-10-11 15:14:34 +0000
committerPhilipe Mulet2001-10-11 15:14:34 +0000
commit91b512f5a3e22bdb3f39f4db6dffb0093697476e (patch)
treec1cbb61440af4baf16aee89e25b524b579263caa
parent7f5ace2b100a5bc7b5f1fea583d99d198cf1fd2c (diff)
downloadeclipse.jdt.core-91b512f5a3e22bdb3f39f4db6dffb0093697476e.tar.gz
eclipse.jdt.core-91b512f5a3e22bdb3f39f4db6dffb0093697476e.tar.xz
eclipse.jdt.core-91b512f5a3e22bdb3f39f4db6dffb0093697476e.zip
*** empty log message ***v_204ECLIPSE_2_0
-rw-r--r--org.eclipse.jdt.core/changes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/changes.txt b/org.eclipse.jdt.core/changes.txt
index aefbc9f2e4..199f7329c4 100644
--- a/org.eclipse.jdt.core/changes.txt
+++ b/org.eclipse.jdt.core/changes.txt
@@ -113,6 +113,8 @@ STREAM: 2.0
PRs Fixed in this Release
================================================================================
+ 3430 usability: parameter hints (1GKYXK5)
+ 3431 Unreachable code in JCore (1GL2V6K)
3175 JCK1.3a - ICLS - Comparing current instance against enclosing instance inside of anonymous class. (1GLDSBS)
1GLBOJZ: ITPJCORE:WIN2000 - UnaryExpression doesn't store expression type in bit mask
1GDS7IP: ITPJCORE:WIN2000 - VerifyError related to a local index computation
@@ -122,6 +124,7 @@ STREAM: 2.0
PRs Closed in this Release
===============================================================================
+ 3223 Search from editor's context menu doesn't work (1GAJCD8)
3433 search: missing field occurrecnces (1GKZ8J6)
3176 JCK1.3a - STMT - Single declaration in try block (1GLDSH9)
1GL0MN9: ITPJCORE:WIN2000 - search: not consistent results for nested types

Back to the top