score:1
work flow:
- in
windows > preferences > java > editors save actions
deselect formatting on save. - check out code.
- clean up your code(right click on project go to
source > clean up
. note this works on project level but not on working set, so you have to do it on each and every project) with your formatter(b) profile enabled. - in
windows > preferences > java > editors save actions
select formatting on save and start working. - same as step 1.
- same as 3 but with formatter profile a.
- commit the code.
these steps can be automated with ant/maven script(?) or by developing your own eclipse plug-in.
on sync comparator will not ignore style change. imho there is no escape. clean up before sync is only the go.
in git scm there are some commit and checkout hooks but i haven't explored on this.
Source: stackoverflow.com
Related Query
- How to make Eclipse to format JSP code properly?
- How to do code format switching in eclipse?
- Eclipse - How to format selected code from multiple lines to a single line?
- How to configure Eclipse to format all java code except Strings declaration?
- How to call an exist format function within eclipse for the code file which i created by my plugin?
- how to format code in eclipse "git repository browsing prespective"?
- How to get Eclipse code completion back after switching target to GoogleAPIs?
- How to turn off the Eclipse code formatter for certain sections of Java code?
- How to format all Java files in an Eclipse project at one time?
- Format XML code in Eclipse
- Eclipse Editor: How to change file format from Dos to Unix
- How to add shortcut keys for java code in eclipse
- Android NDK debugging in Eclipse - how to stop segfaults/SIGILL that only occur when stepping in native code
- How to debug Java code when using ANT script in Eclipse
- How to debug compiled Java code in Eclipse
- How to change auto-generated code when creating new class in Eclipse
- How to create an Intellij and Eclipse compatible code style and code formatting configuration (for java code)?
- How can I get Eclipse to index code inside #ifdef .... #endif
- How do I modify Eclipse code formatting?
- How import eclipse code style to intellij idea?
- How do I disable Hot Code Replace in Eclipse
- How to Create Flowchart from java source code in Eclipse
- How to view Java's byte code in eclipse IDE?
- How to add Eclipse Code Formatter file in Android Studio
- How to Use Eclipse to Debug JNI code (Java & C/C++)
- Why is Eclipse highlighting my code in red and how do I turn it off?
- How to set Eclipse code formatter to support fluent interfaces
- How do I view JRE's source code in Eclipse on linux (debian)
- How to convert a heap dump in android to eclipse format
- How do I compile my code in Eclipse using keyboard shortcut key
More Query from same tag
- Maven missing classes
- How to find out what consumes the KeyPressed event in a Swing application?
- Trouble debugging Maven integration test in Eclipse
- eclipse mars c++ project export library path
- Why eclipse market place is not downloading?
- Creating textfields after hitting a button (Eclipse/Android)
- How do I embed this into my website?
- Eclipse memory leakage
- How to replace/delete lines starts with particular word in Eclipse?
- Eclipse Java EE New Maven Project: Could not resolve archetype
- mirror image Git repository discovered in the binary side of an Eclipse project
- Java (Eclipse) Can't seem to handle my large iterations! SPOILERS FOR EULER'S 7TH
- Unable to create .dslr in Eclipse
- Action Language for Foundational UML (ALF)
- How to stop Eclipse Emulator and Robotium reinstalling apk each time it runs?
- Error installing Eclipse plugin from repository
- How do I enter escape characters in eclipse expressions (Java)?
- eclipse set source level
- TestNg is not running @test annotations with 'driver.find' however works with just 'syso-printing
- Eclipse: how to change current word background color?
- How to make eclipse Luna compile with debug information?
- How to Import Classes from Reference Library in Eclipse?
- Make Eclipse auto completion behave like Visual Studio intellisense?
- Eclipse Mars, AngularJS and nodeJS
- Disable information list in Eclipse on "Refactor" -> "Rename local Variable"
- Eclipse project is not visible in eclipse which already exist in workspace
- m2eclipse - No Connectors for SCM?
- How to relayout a dialog in swt after the visibility of group inside it is set to false
- How can I get other branches than "master" to show in my package explorer?
- android system stats in eclipse debug perspective