Dependent classes not recompiled by make project
Answered
There appears to be a problem with recompiling files that depend on a modified class. I use the Eclipse compiler with a bunch of warnings elevated to be errors so that the compiler helps find bugs.. A new value was added to an enum class but another class that imported that enum was not recompiled with "Make Project". A full build, however, failed because a switch in another class did not have a case for that new enum value.
Why didn't make project recompile all the files that import the modified class?
Please sign in to leave a comment.
Please submit a bug at https://youtrack.jetbrains.com/issues/IDEA with a sample project and the steps to reproduce. It could be specific to how Eclipse compiler works.
Done. Created https://youtrack.jetbrains.com/issue/IDEA-151962