Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 111812 Details for
Bug 246359
Signature class should tell about unresolved type variable signature
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
Signature_patch.txt (text/plain), 1.55 KB, created by
Markus Keller
on 2008-09-05 09:05:10 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2008-09-05 09:05:10 EDT
Size:
1.55 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.core >Index: model/org/eclipse/jdt/core/Signature.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java,v >retrieving revision 1.93 >diff -u -r1.93 Signature.java >--- model/org/eclipse/jdt/core/Signature.java 27 Jun 2008 16:04:01 -0000 1.93 >+++ model/org/eclipse/jdt/core/Signature.java 5 Sep 2008 13:01:08 -0000 >@@ -14,6 +14,7 @@ > import java.util.ArrayList; > > import org.eclipse.jdt.core.compiler.CharOperation; >+ > import org.eclipse.jdt.internal.compiler.parser.ScannerHelper; > import org.eclipse.jdt.internal.core.util.Util; > >@@ -272,7 +273,7 @@ > public static final char C_RESOLVED = 'L'; > > /** >- * Character constant indicating the start of an unresolved, named type in a >+ * Character constant indicating the start of an unresolved, named type or type variable in a > * signature. Value is <code>'Q'</code>. > */ > public static final char C_UNRESOLVED = 'Q'; >@@ -371,7 +372,9 @@ > > > /** >- * Kind constant for a class type signature. >+ * Kind constant for a class type signature or an unresolved type variable >+ * signature. >+ * > * @see #getTypeSignatureKind(String) > * @since 3.0 > */ >@@ -386,6 +389,11 @@ > > /** > * Kind constant for a type variable signature. >+ * <p> >+ * Note that unresolved type variable signatures are classified as >+ * {@link #CLASS_TYPE_SIGNATURE}. >+ * </p> >+ * > * @see #getTypeSignatureKind(String) > * @since 3.0 > */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246359
: 111812