> You're going to need to be very detailed, otherwise no one can help you. What > are the 'certain plugins' you're referring to?
Sure thing. Here are the steps: 1) Launch NetBeans 8.2 2) Tools -> Plugins -> Available Plugins 3) Search for “Eclipse Java Formatter” 4) Pick “Eclipse Java Formatter (4.6…” 5) Click “Install” 6) Install NetBeans 9.0 7) Run NetBeans 9.0 8) When prompted, import settings from 8.2 9) A dialog opens indicating that some of the plugins must be migrated to newer versions to work with NB 9.0 The formatter plugin is in the bottom panel indicating that it is not compatible and there is no known compatible version. It seems that eclipse formatting is a third-party plugin. Is there a better and more supported way to share the formatting options with command-line or maven formatters? My team mates are using their own tools sometimes and bad formatting gets checked-in to source control. It would be good to have it caught by the CI build. Thanks, Chris