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 - Wrong creation of new packages
Summary: Wrong creation of new packages
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-27 18:59 UTC by rudyment
Modified: 2013-04-27 18:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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/