-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
merlin
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2030311 | 1.4.0 | Ken Cavanaugh | P4 | Closed | Won't Fix |
Name: rlT66838 Date: 11/17/99
java version "1.3beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3beta-O)
Java(TM) HotSpot Client VM (build 1.3beta-O, mixed mode)
Create file test.idl containing the following:
module mine {
module inner {
interface MyInterface {
};
};
};
Compile using command: idlj -pkgPrefix mine com.me test.idl
The correct output is produced in folder hierarchy com\me.
However, a superfluous empty folder hierarchy mine\inner is also created.
This extra folder hierarchy should be created only if the -pkgPrefix option is
absent. They should not be created with the -pkgPrefix option present.
The extra folder hierarchy is not created if module inner is removed and
MyInterface is in top-level module mine.
(Review ID: 97739)
======================================================================
- backported by
-
JDK-2030311 idlj creates superfluous folder hierarchy for nested prefixed packages
-
- Closed
-