jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • groovy
  • GROOVY-1865 Minimal Generics support
  • GROOVY-1902

add check for usage of generics only with generics enabled classes and with the correct number of parameters

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.1-rc-1
  • Component/s: None
  • Labels:
    None

Description

example:

class B<T> extends Map<T> {}

must not compile, because Map has two type parameters... unless we decide Groovy sets the other parameter automatically

Issue Links

depends upon

Bug - A problem which impairs or prevents the functions of the product. GROOVY-1962 add a stream based class reader and an optional java5 module

  • Blocker - Blocks development and/or testing work, production could not run
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
blackdrag blackdrag added a comment - 11/Oct/07 6:11 PM

implemented for java5 vms

Show
blackdrag blackdrag added a comment - 11/Oct/07 6:11 PM implemented for java5 vms

People

  • Assignee:
    blackdrag blackdrag
    Reporter:
    blackdrag blackdrag
Vote (0)
Watch (0)

Dates

  • Created:
    17/May/07 8:01 AM
    Updated:
    11/Oct/07 6:11 PM
    Resolved:
    11/Oct/07 6:11 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.