This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 72813

Summary: Recommendation about src level is not shown
Product: javaee Reporter: Lukas Jungmann <jungi>
Component: EJB ProjectAssignee: David Konecny <dkonecny>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2006-02-19 14:33:32 UTC
When user is creating new ejb module from existing sources, he should see the
same recommendation about setting java source level which is shown in case of
creating new ejb module from scratch.
Comment 1 Andrei Badea 2006-05-25 13:48:06 UTC
I don't think so, because for a freeform project the Java source level is set in
the user's build script, not in the wizard or the project customizer. Thus we
must assume the user knows what (s)he is doing.
Comment 2 Andrei Badea 2006-05-29 14:11:33 UTC
Sorry, I misread the original description. I thought you were talking about the
freeform project. Anyway, even with a project from existing sources, the source
level is already given by the existing sources. I don't think it is important to
warn the user in this case.
Comment 3 David Konecny 2008-03-28 03:09:09 UTC
I believe this was fixed.
Comment 4 Lukas Jungmann 2008-07-22 23:24:43 UTC
yes it is