Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.1
-
None
-
None
Description
I have a tree of Maven projects, all use local repo and Netbeans properly recognizes the dependencies between them on the source level (hints, navigation). All what is needed is a dependency declartion in pom.xml. For example, If I change a method in a library, Netbeans reflects that change instantly in the main application by modifying possible errors.
However, it is not reflected at all by "Build with dependencies". It just rebuilds a single project. It causes different problems. For example, it makes the compiler show errors which do not exist for Netbeans anymore, or the developer has impression that there is no stale code when there is one. The dependency tree must be manually rebuilt project by project to remove the stqale code.