Google CodeStyle for Eclipse formatter shows version warning

8.8k views Asked by At

Style xml is taken from:

https://code.google.com/p/google-styleguide/source/browse/trunk/eclipse-java-google-style.xml

In Eclipse Luna (Version 4.4.1) go to:

  1. Window
  2. Preferences
  3. Java
  4. CodeStyle
  5. Formatter
  6. Import the eclipse-java-google-style.xml

But I get this message:

This profile has been created with a more recent Eclipse build than the one you are using. Some older settings might be reset to their default values and newer settings are ignored. Please note that upgrading profiles from older to newser builds is fully supported.

Does someone knows the problem? At the moment eclipse Luna 4.4.1 should be the newest eclipse version, so what can I do to resolve this?

Or another question: Does someone knows other good java coding standard compliant format.xml's?

1

There are 1 answers

1
WillDeStijl On