1. 550a85e Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 5 months ago main master
  2. fa8951f Track creation of ValueExample in BaseCommonParameterizedValueTest by Paul Duffin · 5 months ago
  3. c5b7c8e Track creation of TestCase in ParameterizedValueStringTest by Paul Duffin · 5 months ago
  4. c29e2fc Improve IDE debugging of parameterized tests by Paul Duffin · 5 months ago
  5. 36bd01c Merge "Update DocAnalyzer to use the literal value of RFE environments fields" into metalava-main by Nana Asiedu-Ampem · 5 months ago
  6. c49ddb8 Update DocAnalyzer to use the literal value of RFE environments fields by nanaasiedu · 5 months ago
  7. 7bb9745 Merge "Update RFE test to use new environment string" into metalava-main by Nana Asiedu-Ampem · 5 months ago
  8. 342e64b Update RFE test to use new environment string by nanaasiedu · 5 months ago
  9. 0162e26 Upgrade ktfmt to 0.50 and reformat by Paul Duffin · 5 months ago
  10. fe5b354 Add comprehensive equality tests by Paul Duffin · 6 months ago
  11. 7191a79 Add ValueStringConfiguration.unwrapSingleArrayElement by Paul Duffin · 5 months ago
  12. 8c96fca Prepare for per ValueStringConfiguration tests by Paul Duffin · 5 months ago
  13. f911380 Add expected LiteralValues to ValueExample by Paul Duffin · 5 months ago
  14. 564f1a6 Add ArrayValue and ArrayElementValue by Paul Duffin · 5 months ago
  15. d5d2bd0 Add LiteralValue hierarchy by Paul Duffin · 5 months ago
  16. 74ff467 Add basic support for the new Value model by Paul Duffin · 5 months ago
  17. 9954d3a Merge "Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main'" into main by Treehugger Robot · 6 months ago
  18. c1acabe Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 6 months ago
  19. 05cac6b Replace AnnotationItem.codebase with a new AnnotationContext by Paul Duffin · 6 months ago androidx-customview-release androidx-leanback-release
  20. 6f299d5 Switch DefaultClassTypeItem from Codebase to ClassResolver by Paul Duffin · 6 months ago
  21. 2cf4ac8 Add wrapper classes to Primitive enum by Paul Duffin · 6 months ago
  22. 18233d3 Supply AnnotationItem when creating AnnotationAttributes by Paul Duffin · 6 months ago
  23. 09a0a9b Add testing of values read from signature files by Paul Duffin · 6 months ago
  24. f103f0d Add testing of values produced from Kotlin by Paul Duffin · 6 months ago
  25. 743e5e3 Support different expectations for Kotlin by Paul Duffin · 6 months ago
  26. 8d938d8 Add partialExpectations(...) to fall back to another Expectation by Paul Duffin · 6 months ago
  27. a5ba397 Ignore TestCases that are not valid for the current InputFormat by Paul Duffin · 6 months ago
  28. 2867948 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 6 months ago
  29. 063dbbf Support testing multiple input formats by Paul Duffin · 6 months ago
  30. 6ae5e15 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 6 months ago
  31. 26de886 Rename MethodItem.defaultValue() to legacyDefaultValue() by Paul Duffin · 6 months ago
  32. ee65072 Remove MethodItem.hasDefaultValue() by Paul Duffin · 6 months ago
  33. fddbbb0 Rename FieldItem.initialValue(...) to legacyInitialValue(...) by Paul Duffin · 6 months ago
  34. ad3eed6 Rename AnnotationAttribute.value to legacyValue by Paul Duffin · 6 months ago
  35. d04e42a Create one TestCase per ValueExample by Paul Duffin · 6 months ago
  36. 98f7bb2 Move suitableFor filtering to testCasesForValueUseSite(...) by Paul Duffin · 6 months ago
  37. 94c4324 Add TestClasses to TestCase by Paul Duffin · 6 months ago
  38. fedb708 Prepare for adding new test method by Paul Duffin · 6 months ago
  39. ef77fff Add support for filtering arguments for parameterized test by Paul Duffin · 6 months ago
  40. 63e8b91 Use generics in ParameterizedRunner by Paul Duffin · 6 months ago
  41. 6ee2f7d Dedup the test logic in BaseCommonParameterizedValueTest subclasses by Paul Duffin · 6 months ago
  42. 08433d6 Make Assertions companion implement Assertions by Paul Duffin · 6 months ago
  43. d97705a Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 6 months ago
  44. dd8fb2c Move TestCase logic into BaseCommonParameterizedValueTest subclasses by Paul Duffin · 6 months ago
  45. f1ef9aa Extract java TestClass creation into separate object by Paul Duffin · 6 months ago
  46. e99bd79 Remove constructor parameters from TestCase subclasses by Paul Duffin · 6 months ago
  47. e601615 Remove TestCase.expectation constructor property by Paul Duffin · 6 months ago
  48. e2d238d Handle non-constant field expectations in ValueExample by Paul Duffin · 6 months ago
  49. d667768 Build jar file for each ValueUseSite test by Paul Duffin · 6 months ago
  50. 9b275b4 Replace CodebaseProducerContext with TestCaseContext by Paul Duffin · 6 months ago
  51. ce4eb24 Break CommonParameterizedValueTest.kt into separate classes by Paul Duffin · 6 months ago
  52. 45f1566 Add missing dependency for generateFieldTestClass(...) by Paul Duffin · 6 months ago
  53. 65821ee Move caching into runCodebaseProducerTest(...) by Paul Duffin · 6 months ago
  54. ff4d9e1 Add some more value tests by Paul Duffin · 6 months ago
  55. caa5c58 Add tests for FieldItem.writeWithSemicolon() by Paul Duffin · 6 months ago
  56. c901f33 Add tests for AnnotationItem.toSource() value handling by Paul Duffin · 6 months ago
  57. ef4ba07 Merge "Update RestrictedForEnvironmentTest to ensure the the RFE test interface matches the actual implementation by using the @hide annotation." into metalava-main by Nana Asiedu-Ampem · 6 months ago
  58. e27ec58 Update RestrictedForEnvironmentTest to ensure the the RFE test interface by nanaasiedu · 6 months ago
  59. e5bc1e2 Generate TestClasses for each ValueExample by Paul Duffin · 6 months ago
  60. 241137a Add support for creating Codebase dependent expectations by Paul Duffin · 6 months ago
  61. 36b79e9 Verify that non constant values cannot be used in fields by Paul Duffin · 6 months ago
  62. 670758e Rename DefaultValue to ParameterDefaultValue by Paul Duffin · 6 months ago
  63. da9853c Use TurbineFieldResolver in attribute method default values by Paul Duffin · 6 months ago
  64. 3eebc7d Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 6 months ago
  65. 338e49c Add TurbineFieldResolver to resolve ConstVarName to FieldInfo by Paul Duffin · 6 months ago
  66. 7f0dfad Extract TurbineClassBuilder from TurbineCodebaseInitialiser by Paul Duffin · 6 months ago
  67. 94dfefd Extract TurbineAnnotationFactory from TurbineCodebaseInitialiser by Paul Duffin · 6 months ago
  68. b1605c5 Simplify handling of TurbineSourceFiles by Paul Duffin · 6 months ago
  69. acccbf8 Simplify computation of command line classes by Paul Duffin · 6 months ago
  70. 81dce54 Extract TurbineSourceFileCache from TurbineCodebaseInitialiser by Paul Duffin · 6 months ago
  71. 7934a09 Remove PsiMethod from AnnotationSingleAttributeValue.resolve() by Paul Duffin · 6 months ago
  72. ddda395 Parse type aliases in the text model by Julia McClellan · 6 months ago
  73. bad54a3 Add value examples for all primitive types by Paul Duffin · 6 months ago
  74. ef327d2 Rewrite CommonParameterizedValueTest to make it more exhaustive by Paul Duffin · 6 months ago
  75. 5d5178d Merge "Set packages to emit when they contain emittable type aliases" into metalava-main by Julia McClellan · 6 months ago
  76. 01af1e1 Set packages to emit when they contain emittable type aliases by Julia McClellan · 6 months ago
  77. 61f4daf Suggest using @JvmStatic for companion properties that can't use @JvmField by Julia McClellan · 6 months ago
  78. 1af2f7a Update how MissingJvmstatic check works on value class type properties by Julia McClellan · 6 months ago
  79. f185f88 Simplify ensureCompanionJvmStatic by Julia McClellan · 6 months ago
  80. 8c9dfc1 Stop suggesting @JvmField for properties without backing fields by Julia McClellan · 6 months ago
  81. 5487307 Stop suggesting @JvmField for interface companion properties by Julia McClellan · 6 months ago
  82. 4506a70 Replace check that companion constants are annotated with @JvmField by Julia McClellan · 6 months ago
  83. 40f5eba Add tests showing issues with MissingJvmstatic lint by Julia McClellan · 6 months ago
  84. 99cc486 Rename values package to value by Paul Duffin · 6 months ago
  85. 464e23c Remove support for parsing default value expression by Paul Duffin · 6 months ago
  86. f120cd1 DefaultValue only cares about the presence of a default by Paul Duffin · 6 months ago
  87. ab7d184 Convert concise-default-values to include-default-parameter-values by Paul Duffin · 6 months ago
  88. e4d7eaf Make Kotlin DriverTests use FileFormat.V4 by Paul Duffin · 6 months ago
  89. b6dc11f Add API lint issue for data class definition by Julia McClellan · 6 months ago
  90. 7708f49 Remove support for signature format version 3.0 by Paul Duffin · 6 months ago
  91. ce8d38f Move getSource() to TurbineValue by Paul Duffin · 6 months ago
  92. 99eb5c2 Use TurbineValue instead of Pair when handling arrays by Paul Duffin · 6 months ago
  93. c519ef0 Create TurbineValue to own the value handling in Turbine by Paul Duffin · 6 months ago
  94. e3b0a53 Correct toSource() for Class value from jar in Turbine by Paul Duffin · 6 months ago
  95. 8d8a98a Add tests for various different values by Paul Duffin · 6 months ago
  96. 018e22b Add support for caching TestFiles by Paul Duffin · 6 months ago
  97. b522ddb Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 6 months ago
  98. 8145cce Preserve duplicate methods when loaded from a single file by Paul Duffin · 6 months ago
  99. 46e1177 Detect collisions in the TestFiles in an InputSet by Paul Duffin · 6 months ago
  100. 89e7edf Ensure output writer is flushed and closed by Paul Duffin · 6 months ago