• Home
  • Raw
  • Download

Lines Matching +full:google +full:- +full:java +full:- +full:format +full:- +full:eclipse +full:- +full:plugin +full:-

7 *   JDK/JRE version (i.e., `java -version`)
8 * Operating system (i.e., `uname -a`)
18 [Contributor License Agreement](https://cla.developers.google.com/clas).
20 [Eclipse](https://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xml)
22 [IntelliJ](https://google-styleguide.googlecode.com/svn/trunk/intellij-java-google-style.xml)
28 We follow the [Google Java Style
29 Guide](https://google.github.io/styleguide/javaguide.html). Our
32 Run the following command to format all files. This formatter uses
33 [google-java-format](https://github.com/google/google-java-format):
43 We also follow these project-specific guidelines:
49 (package-protected classes, private) MAY have javadoc, at the code writer's
56 …[section 7.3.1](https://google.github.io/styleguide/javaguide.html#s7.3.1-javadoc-exception-self-e…
65 * Use [AutoValue](https://github.com/google/auto/tree/master/value), when
66 possible, for any new value classes. Remember to add package-private
70 ## Building opencensus-java
90 `./gradlew clean assemble -PcheckerFramework`
94 `gradlew.bat clean assemble -PcheckerFramework`
99 prevent NullPointerExceptions. Since the project uses Java 6, and Java 6 doesn't
101 [put in comments](https://checkerframework.org/manual/#backward-compatibility).
116 `buildscripts/import-control.xml` specifies the allowed imports and contains
117 some guidelines on OpenCensus' inter-package dependencies. An error messsage
119 `Disallowed import - edu.umd.cs.findbugs.annotations.SuppressFBWarnings. [ImportControl]`
120 could mean that `import-control.xml` needs to be updated.
124 ### Invoke all benchmarks on a sub-project
127 $ ./gradlew clean :opencensus-impl-core:jmh
133 ./gradlew -PjmhIncludeSingleClass=BinaryFormatImplBenchmark clean :opencensus-impl-core:jmh
139 * Any plugin cannot delete the generated code (jmh generates code) because if the user configured
140 the directory as the same as source code the plugin will delete users source code.
143 generated with auto-value.
147 ./gradlew --stop
148 rm -fr .gradle/
149 rm -fr benchmarks/build
154 Create a Pull Request with your changes. Please add any user-visible changes to
157 When the changes are accepted, they will be merged or cherry-picked by an