Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipe Mulet2008-03-25 23:26:12 +0000
committerPhilipe Mulet2008-03-25 23:26:12 +0000
commitfe964ab01ddcec37f8dfad2a7e0b4a4e86da2033 (patch)
tree6c3d4e56f3233ed707e579c4e958912c7a819878
parentc3ea33f52711e4e769453ea9d7eb95255e1ee3ec (diff)
downloadeclipse.jdt.core-fe964ab01ddcec37f8dfad2a7e0b4a4e86da2033.tar.gz
eclipse.jdt.core-fe964ab01ddcec37f8dfad2a7e0b4a4e86da2033.tar.xz
eclipse.jdt.core-fe964ab01ddcec37f8dfad2a7e0b4a4e86da2033.zip
*** empty log message ***
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Binding.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Binding.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Binding.java
index f9a305793e..d3dada49b5 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Binding.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Binding.java
@@ -90,6 +90,7 @@ public abstract class Binding {
/* API
* Answer the problem id associated with the receiver.
* NoError if the receiver is a valid binding.
+ * Note: a parameterized type or an array type are always valid, but may be formed of invalid pieces.
*/
// TODO (philippe) should rename into problemReason()
public int problemId() {

Back to the top