Mailinglist Archive: opensuse-bugs (6265 mails)
| < Previous | Next > |
[Bug 567208] New: using non-generic class instead generic: show a hint error
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 24 Dec 2009 13:22:14 +0000
- Message-id: <bug-567208-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugzilla.novell.com/show_bug.cgi?id=567208
http://bugzilla.novell.com/show_bug.cgi?id=567208#c0
Summary: using non-generic class instead generic: show a hint
error
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Mono
AssignedTo: bnc-team-mono@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: bluedzins@xxxxx
QAContact: qa@xxxxxxx
Found By: ---
Blocker: ---
Let's say you have generic class A, but later when you try to using, you type
just A (like for non-generic class) instead of A<int> (example). The compiler
shows an error about missing reference, but it would more sane to check
existence of A<T> in such case, and if such class exists also suggests that
maybe developer meant specifying types for generic version of class.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=567208#c0
Summary: using non-generic class instead generic: show a hint
error
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Mono
AssignedTo: bnc-team-mono@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: bluedzins@xxxxx
QAContact: qa@xxxxxxx
Found By: ---
Blocker: ---
Let's say you have generic class A, but later when you try to using, you type
just A (like for non-generic class) instead of A<int> (example). The compiler
shows an error about missing reference, but it would more sane to check
existence of A<T> in such case, and if such class exists also suggests that
maybe developer meant specifying types for generic version of class.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |