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 229109

Summary: Wrong creation of new packages
Product: ide Reporter: rudyment <rudyment>
Component: BlueJAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description rudyment 2013-04-27 18:59:57 UTC
Product Version = NetBeans IDE Dev (Build jdk8lambda-1707-on-20130427)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01

When I ask for creation of new packaga 
cz.pecinovsky.en_cz.uoa2_j8
the IDE creates package
uoa2_j8
directly in the root package.
When I then ask for creation a new class and enter the package
cz.pecinovsky.en_cz.uoa2_j8
then all non existing superpackages are created and the class is put into the right pakcage,
and the previously created pakcage 
uoa2_j8
remains emtpy

The project uses java 8 lambda 64 platform build 86
from https://jdk8.java.net/lambda/