facebook

4.0 final and JDK 5.0+UML

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #235961 Reply

    Werner Punz
    Member

    Is it possible that UML for JDK 5.0 did not make it into the final, I just created a new class

    import java.util.HashSet;
    import java.util.Set;

    public class Test {
    public Set<String> stringSet = new HashSet<String>();

    public void iterateIt() {
    for(String element: stringSet) {
    System.out.println(element);
    }
    }
    }

    dumped it into the class diagram, and nothing was generated.

    #235962 Reply

    Scott Anderson
    Participant

    You’re correct; Java 5 Syntax was too much to get in for the GA release. Naturally, we’re looking at it for one of the follow-on releases, but the timing hasn’t been determined yet.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: 4.0 final and JDK 5.0+UML

You must be logged in to post in the forum log in