We don't quite follow the [[Fennec/NativeUI/CodingStyle]]. See also [http://source.android.com/source/code-style.html the Android coding style].
=== Running test code coverage ===
To see the current test code coverage (using the Maven plugin integrating Cobertura), from the <tt>android-sync</tt> directory run
mvn cobertura:cobertura
browse
./target/site/cobertura/index.html
and click on <tt>org.mozilla.gecko</tt>.
== Security ==