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 187083 - scala-packages has to be backed by filesystem structure
Summary: scala-packages has to be backed by filesystem structure
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-02 11:41 UTC by gorzala
Modified: 2010-06-02 11:41 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 gorzala 2010-06-02 11:41:20 UTC
hallo,

as all/most of my projects live under the common package de.gorzala... i thought i could just ommit the always empty folders "de" and "gorzala" and made the following packages the root in filesystem. unfortunatly the scala-plugin will than complain in source-editor for example at the import-statement that the designated packages does not exist. when i resort to each scala-source file in the folder of the package structure (as in Java) it stops complaining.

the scala compilier sees no problems for both cases.

regards

Marc Gorzala