• 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`
111 prevent NullPointerExceptions. Since the project uses Java 6, and Java 6 doesn't
113 [put in comments](https://checkerframework.org/manual/#backward-compatibility).
128 `buildscripts/import-control.xml` specifies the allowed imports and contains
129 some guidelines on OpenCensus' inter-package dependencies. An error messsage
131 `Disallowed import - edu.umd.cs.findbugs.annotations.SuppressFBWarnings. [ImportControl]`
132 could mean that `import-control.xml` needs to be updated.
136 ### Invoke all benchmarks on a sub-project
139 $ ./gradlew clean :opencensus-impl-core:jmh
145 ./gradlew -PjmhIncludeSingleClass=BinaryFormatImplBenchmark clean :opencensus-impl-core:jmh
151 * Any plugin cannot delete the generated code (jmh generates code) because if the user configured
152 the directory as the same as source code the plugin will delete users source code.
155 generated with auto-value.
159 ./gradlew --stop
160 rm -fr .gradle/
161 rm -fr benchmarks/build
166 Create a Pull Request with your changes. Please add any user-visible changes to
169 When the changes are accepted, they will be merged or cherry-picked by an