Bug 537444 - [9] Build Path and module-info
Summary: [9] Build Path and module-info
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.8   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-27 06:17 EDT by Marvin Fröhlich CLA
Modified: 2022-10-31 15:59 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Fröhlich CLA 2018-07-27 06:17:57 EDT
Shouldn't for a Java 9+ module project the project's build path be just a list of jars (and their paths in the workspace or local file system) and not decide about classpath or module path? Currently the build path (split up in Module and Class Path) is redundant, if a module-info exists. The rule would be as follows.

* Build path lists all projects, jars and libraries to be available for classpath or module path. Basically the same dialog as currently for a non module project.
* If no module-info exists in the project, all entries from the build path are put on the class path.
* All modules (auto or not) required in module-info are put on the module path. All remaining on the classpath.

The build path dialog could show, what entries are for the classpath and what for the module path to avoid confusion.
Comment 1 Eclipse Genie CLA 2020-09-24 12:44:57 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Eclipse Genie CLA 2022-10-31 15:59:41 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.