aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2015-04-16 18:17:57 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2015-04-17 09:00:57 +0200
commit803a3432fd937479db19aff857a9c9357ccca5fe (patch)
treedeb2b8ead1477700e670734569935a846e8906f6 /sonar-batch-protocol
parentae3b5f5b5128b07eaf8896cf9fc52b809ca7cb51 (diff)
downloadsonarqube-803a3432fd937479db19aff857a9c9357ccca5fe.tar.gz
sonarqube-803a3432fd937479db19aff857a9c9357ccca5fe.zip
SONAR-6258 Remove hack setting updated_at to 0 by only indexing file sources of current project
Diffstat (limited to 'sonar-batch-protocol')
-rw-r--r--sonar-batch-protocol/src/main/gen-java/org/sonar/server/source/db/FileSourceTestDb.java48
1 files changed, 48 insertions, 0 deletions
diff --git a/sonar-batch-protocol/src/main/gen-java/org/sonar/server/source/db/FileSourceTestDb.java b/sonar-batch-protocol/src/main/gen-java/org/sonar/server/source/db/FileSourceTestDb.java
index ac69f62aa29..47c041fb8c4 100644
--- a/sonar-batch-protocol/src/main/gen-java/org/sonar/server/source/db/FileSourceTestDb.java
+++ b/sonar-batch-protocol/src/main/gen-java/org/sonar/server/source/db/FileSourceTestDb.java
@@ -278,14 +278,26 @@ public final class FileSourceTestDb {
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
boolean hasKey();
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
java.lang.String getKey();
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
com.google.protobuf.ByteString
getKeyBytes();
@@ -511,12 +523,20 @@ public final class FileSourceTestDb {
private java.lang.Object key_;
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -534,6 +554,10 @@ public final class FileSourceTestDb {
}
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
public com.google.protobuf.ByteString
getKeyBytes() {
@@ -1023,12 +1047,20 @@ public final class FileSourceTestDb {
private java.lang.Object key_ = "";
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -1046,6 +1078,10 @@ public final class FileSourceTestDb {
}
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
public com.google.protobuf.ByteString
getKeyBytes() {
@@ -1062,6 +1098,10 @@ public final class FileSourceTestDb {
}
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
public Builder setKey(
java.lang.String value) {
@@ -1075,6 +1115,10 @@ public final class FileSourceTestDb {
}
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
public Builder clearKey() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -1084,6 +1128,10 @@ public final class FileSourceTestDb {
}
/**
* <code>optional string key = 2;</code>
+ *
+ * <pre>
+ *TODO TBE - should the key and long_name specified directly ?
+ * </pre>
*/
public Builder setKeyBytes(
com.google.protobuf.ByteString value) {