JaneWardSandy / eclipse-pde-partial-idea

Part of the functions belonging to Eclipse PDE are reimplemented in IDEA
Apache License 2.0
36 stars 6 forks source link

Inter module dependency detection #71

Closed JaneWardSandy closed 2 years ago

JaneWardSandy commented 2 years ago

Discussed in https://github.com/JaneWardSandy/eclipse-pde-partial-idea/discussions/70

Originally posted by **hengsin** February 21, 2022 Hi, will the plugin auto add dependency between modules through required-bundle and import-package inspection ? It seems I've to manually add inter module dependency to resolve build error. Thanks.