You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

f54f22462bbe047feb86f12547d53a2cd62f6013 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. {
  2. "comments": [
  3. {
  4. "key": {
  5. "uuid": "8b753cc4_7f0ae80d",
  6. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/commitgraph/CommitGraphOutPutStream.java",
  7. "patchSetId": 2
  8. },
  9. "lineNbr": 46,
  10. "author": {
  11. "id": 4
  12. },
  13. "writtenOn": "2021-07-08T18:37:08Z",
  14. "side": 1,
  15. "message": "nit: remove trailing whitespace",
  16. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  17. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  18. "unresolved": true
  19. },
  20. {
  21. "key": {
  22. "uuid": "6e3a87df_081e2fbb",
  23. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/commitgraph/CommitGraphWriter.java",
  24. "patchSetId": 2
  25. },
  26. "lineNbr": 65,
  27. "author": {
  28. "id": 4
  29. },
  30. "writtenOn": "2021-07-08T18:37:08Z",
  31. "side": 1,
  32. "message": "why do you create an alias for an already established constant ?",
  33. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  34. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  35. "unresolved": true
  36. },
  37. {
  38. "key": {
  39. "uuid": "44b70337_a4a429be",
  40. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/commitgraph/CommitGraphWriter.java",
  41. "patchSetId": 2
  42. },
  43. "lineNbr": 185,
  44. "author": {
  45. "id": 4
  46. },
  47. "writtenOn": "2021-07-08T18:37:08Z",
  48. "side": 1,
  49. "message": "fix boxing warning:\n\n Integer.valueOf(numChunks)",
  50. "range": {
  51. "startLine": 185,
  52. "startChar": 4,
  53. "endLine": 185,
  54. "endChar": 13
  55. },
  56. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  57. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  58. "unresolved": true
  59. },
  60. {
  61. "key": {
  62. "uuid": "ad8b2e8a_1dfb602a",
  63. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/commitgraph/CommitGraphWriter.java",
  64. "patchSetId": 2
  65. },
  66. "lineNbr": 310,
  67. "author": {
  68. "id": 4
  69. },
  70. "writtenOn": "2021-07-08T18:37:08Z",
  71. "side": 1,
  72. "message": "this local variable hides a field with the same name",
  73. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  74. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  75. "unresolved": true
  76. },
  77. {
  78. "key": {
  79. "uuid": "685db554_ec25b9e2",
  80. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/commitgraph/CommitGraphWriter.java",
  81. "patchSetId": 2
  82. },
  83. "lineNbr": 374,
  84. "author": {
  85. "id": 4
  86. },
  87. "writtenOn": "2021-07-08T18:37:08Z",
  88. "side": 1,
  89. "message": "this variable hides a field with the same name",
  90. "range": {
  91. "startLine": 374,
  92. "startChar": 14,
  93. "endLine": 374,
  94. "endChar": 18
  95. },
  96. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  97. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  98. "unresolved": true
  99. },
  100. {
  101. "key": {
  102. "uuid": "f6c31824_bb287437",
  103. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitGraph.java",
  104. "patchSetId": 2
  105. },
  106. "lineNbr": 18,
  107. "author": {
  108. "id": 4
  109. },
  110. "writtenOn": "2021-07-08T18:37:08Z",
  111. "side": 1,
  112. "message": "spell out object database instead of an unusual acronym",
  113. "range": {
  114. "startLine": 18,
  115. "startChar": 30,
  116. "endLine": 18,
  117. "endChar": 33
  118. },
  119. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  120. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  121. "unresolved": true
  122. },
  123. {
  124. "key": {
  125. "uuid": "77e0549f_5ba48aab",
  126. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitGraph.java",
  127. "patchSetId": 2
  128. },
  129. "lineNbr": 31,
  130. "author": {
  131. "id": 4
  132. },
  133. "writtenOn": "2021-07-08T18:37:08Z",
  134. "side": 1,
  135. "message": "why isn\u0027t this an interface ?",
  136. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  137. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  138. "unresolved": true
  139. },
  140. {
  141. "key": {
  142. "uuid": "bcf821de_35017f70",
  143. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitGraph.java",
  144. "patchSetId": 2
  145. },
  146. "lineNbr": 37,
  147. "author": {
  148. "id": 4
  149. },
  150. "writtenOn": "2021-07-08T18:37:08Z",
  151. "side": 1,
  152. "message": "- remove NUMBER from this name ? it\u0027s an int so that should be obvious\n- maybe something like NOT_IN_GRAPH instead of INFINITY ?",
  153. "range": {
  154. "startLine": 37,
  155. "startChar": 25,
  156. "endLine": 37,
  157. "endChar": 51
  158. },
  159. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  160. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  161. "unresolved": true
  162. },
  163. {
  164. "key": {
  165. "uuid": "1c4e1170_dc888239",
  166. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitGraph.java",
  167. "patchSetId": 2
  168. },
  169. "lineNbr": 44,
  170. "author": {
  171. "id": 4
  172. },
  173. "writtenOn": "2021-07-08T18:37:08Z",
  174. "side": 1,
  175. "message": "maybe GENERATION_UNKNOWN ?",
  176. "range": {
  177. "startLine": 44,
  178. "startChar": 25,
  179. "endLine": 44,
  180. "endChar": 47
  181. },
  182. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  183. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  184. "unresolved": true
  185. },
  186. {
  187. "key": {
  188. "uuid": "e2076e4f_33e72d5d",
  189. "filename": "org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitGraph.java",
  190. "patchSetId": 2
  191. },
  192. "lineNbr": 76,
  193. "author": {
  194. "id": 4
  195. },
  196. "writtenOn": "2021-07-08T18:37:08Z",
  197. "side": 1,
  198. "message": "why isn\u0027t this an interface ?",
  199. "revId": "f54f22462bbe047feb86f12547d53a2cd62f6013",
  200. "serverId": "97ee7c02-f12f-4043-b43e-dea463d88b31",
  201. "unresolved": true
  202. }
  203. ]
  204. }