Skip to content

Released google-java-format-eclipse-plugin_1.5.0.jar shows version 1.4 #271

Description

@zolv

After attaching google-java-format-eclipse-plugin_1.5.0.jar into Eclipse it says it uses version 1.4

google-formatter-1 4

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension point="org.eclipse.jdt.core.javaFormatter">
   <javaFormatter
         class="com.google.googlejavaformat.java.GoogleJavaFormatter"
         id="com.google.googlejavaformat.java.GoogleJavaFormatter"
         name="google-java-format 1.4">
   </javaFormatter>
   </extension>
</plugin>

Internally it looks like it contains correctly 1.5 version of the plugin.
But it still doesn't fit to 1.5 guidline e.g. it removes an empty line between import static part and other imports (as mentioned in released bug fixes for 1.5.0 version

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions