Menu

#443 No space before the method name (when using Generics)

1.5rc2
closed-fixed
S
5
2005-11-10
2005-11-03
No

Hello,

No space before the method name, like in the following
example:

public <T extends Document> T[]getDocuments(Class<T> type)

I expected:

public <T extends Document> T[] getDocuments(Class<T> type)

Peter

Discussion

  • S

    S - 2005-11-03
    • assigned_to: nobody --> notzippy
     
  • S

    S - 2005-11-03

    Logged In: YES
    user_id=723231

    Unable to duplicate
    Can you attach an export of your preferences ?

     
  • Peter van der Winkel

    Logged In: YES
    user_id=312824

    I attached the export of mine settings.

    Maybe it should be even:

    public <T extends Document>T[] getDocuments(Class<T> type)

    (no space before T[])

    Peter

     
  • Peter van der Winkel

    export of settings

     
  • Peter van der Winkel

    Logged In: YES
    user_id=312824

    BTW: I'm using 1.5b2 not 1.5b1

    Peter

     
  • S

    S - 2005-11-07
    • status: open --> pending
     
  • S

    S - 2005-11-07
    • milestone: 517041 --> 1.5rc2
    • status: pending --> pending-fixed
     
  • S

    S - 2005-11-07

    Logged In: YES
    user_id=723231

    Changes in CVS

     
  • S

    S - 2005-11-10
    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.