return ImmutableList.of(PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_UNIT_TEST_REPORT_PATHS_PROPERTY_KEY).build()); | return Collections.singletonList(PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_UNIT_TEST_REPORT_PATHS_PROPERTY_KEY).build()); | ImmutableList.of(PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_UNIT_TEST_REPORT_PATHS_PROPERTY_KEY).build()) | Collections.singletonList(PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_UNIT_TEST_REPORT_PATHS_PROPERTY_KEY).build()) | sonarqube | d7d92c0f177566e68e5354f8e589f2aaa1ee8302 | org.sonar.scanner.genericcoverage.GenericTestExecutionSensor | | | v0 | PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_UNIT_TEST_REPORT_PATHS_PROPERTY_KEY).build() |
---|
| | v0 | PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_UNIT_TEST_REPORT_PATHS_PROPERTY_KEY).build() |
---|
| Returns | True |
return ImmutableList.of(PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_COVERAGE_REPORT_PATHS_PROPERTY_KEY).build()); | return Collections.singletonList(PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_COVERAGE_REPORT_PATHS_PROPERTY_KEY).build()); | ImmutableList.of(PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_COVERAGE_REPORT_PATHS_PROPERTY_KEY).build()) | Collections.singletonList(PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_COVERAGE_REPORT_PATHS_PROPERTY_KEY).build()) | sonarqube | d7d92c0f177566e68e5354f8e589f2aaa1ee8302 | org.sonar.scanner.genericcoverage.GenericCoverageSensor | | | v0 | PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_COVERAGE_REPORT_PATHS_PROPERTY_KEY).build() |
---|
| | v0 | PropertyDefinition.builder(REPORT_PATHS_PROPERTY_KEY).name(STR0).description(STR1).category(CATEGORY_CODE_COVERAGE).onQualifiers(Qualifiers.PROJECT).multiValues(true).deprecatedKey(OLD_COVERAGE_REPORT_PATHS_PROPERTY_KEY).build() |
---|
| Returns | True |
return ImmutableList.of(getPerson(name)); | return Collections.singletonList(getPerson(name)); | ImmutableList.of(getPerson(name)) | Collections.singletonList(getPerson(name)) | dropwizard | 0d143d7bc35351a135f8dc82c5e6f78d1eb39268 | io.dropwizard.testing.app.PersonResource | | _1 | getPersonList |
---|
_2 | getPersonList |
---|
| | | | Returns | True |
people = ImmutableList.of(person) | people = Collections.singletonList(person) | ImmutableList.of(person) | Collections.singletonList(person) | dropwizard | 0d143d7bc35351a135f8dc82c5e6f78d1eb39268 | com.example.helloworld.resources.PeopleResourceTest | | | | | | AssignedTo | True |
list_l = ImmutableList.of(long.class) | list_l = Collections.singletonList(long.class) | ImmutableList.of(long.class) | Collections.singletonList(long.class) | BuildCraft | 0e2356631b29dbcae92b2192002e19b48f605091 | buildcraft.test.lib.expression.ExpressionTester | | | | | | AssignedTo | True |
list_d = ImmutableList.of(double.class) | list_d = Collections.singletonList(double.class) | ImmutableList.of(double.class) | Collections.singletonList(double.class) | BuildCraft | 0e2356631b29dbcae92b2192002e19b48f605091 | buildcraft.test.lib.expression.ExpressionTester | | | | | | AssignedTo | True |