author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
89,682
11.10.2021 13:20:54
25,200
498588591b04e220bf0c2083e4e4f8a2c5ab7ecf
talking to Kent, leave HPOA out of this change.
[ { "change_type": "MODIFY", "old_path": "ontobio/io/hpoaparser.py", "new_path": "ontobio/io/hpoaparser.py", "diff": "@@ -174,9 +174,8 @@ class HpoaParser(AssocParser):\nrelation = None\n# With/From\n- # withfroms = self.validate_pipe_separated_ids(withfrom, split_line, empty_allowed=True, extra_delim...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
talking to Kent, leave HPOA out of this change.
89,682
11.10.2021 14:12:04
25,200
b4f5b18b2f04af7d3cdb899069a2d865a93bb5d5
gpad diff stub from gocamgen
[ { "change_type": "ADD", "old_path": null, "new_path": "ontobio/io/gpaddiffer.py", "diff": "+import argparse\n+from ontobio.io.gpadparser import GpadParser\n+\n+input_lines = 0\n+output_lines = 0\n+exact_matches = 0\n+close_matches = 0\n+no_matches = 0\n+\n+\n+def is_assoc_in_list(source, target_list...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
gpad diff stub from gocamgen
89,682
12.10.2021 17:16:44
25,200
4bdfe167c015604544221aea860af4fa0e62399d
add pandasql and gpad differ progress
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "-import argparse\nfrom ontobio.io.gpadparser import GpadParser\n+from ontobio.model.association import GoAssociation\n+from ontobio.io import assocparser\n+import click\n+import loggin...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add pandasql and gpad differ progress
89,682
12.10.2021 17:20:49
25,200
fbb4633aff6d6487e31a57796194f8af46d17935
tweak output a bit, allow any column to be grouped
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -24,6 +24,7 @@ logger.setLevel(logging.WARNING)\n@click.option(\"--count_by\", \"-cb\", required=False)\ndef compare_gpad_objects(gpad1, gpad2, output, count_by):\nprint(\"Starting ...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
tweak output a bit, allow any column to be grouped
89,682
13.10.2021 13:02:10
25,200
8ea0f68a86998bd4a1219a615c249c476de24daf
add click parameters to include/exclude details
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -17,7 +17,7 @@ logger.setLevel(logging.WARNING)\n@click.option(\"--gpad2\", \"-gp2\", type=click.Path(), required=True)\n@click.option(\"--output\", \"-o\", type=click.File(\"a\"), ...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add click parameters to include/exclude details
89,682
13.10.2021 15:38:17
25,200
327b1df2dab66fa881d33f116e8fc6e9cdaef63e
add match score work into stats
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "from ontobio.io.gpadparser import GpadParser\n+from ontobio.model.association import GoAssociation\nfrom ontobio import ecomap\nimport click\nimport logging\n@@ -25,38 +26,46 @@ def co...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add match score work into stats
89,682
13.10.2021 16:23:27
25,200
983ab3f94c2a3c3d167fdbf32c5757512f635b36
tweak output of stats for 1.2 GPAD
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -30,14 +30,14 @@ def compare_gpad_objects(gpad1, gpad2, output, count_by, exclude_details):\nexact_matches = 0\nclose_matches = 0\nstats = calculate_file_stats(df_gpad1, count_by, g...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
tweak output of stats for 1.2 GPAD
89,685
15.10.2021 13:44:23
14,400
5cbcd845802f4bbb088486d12f851b41ca6d5903
add adapter functions for match maker exchange and owlsim
[ { "change_type": "ADD", "old_path": "ontobio/model/mme/__init__.py", "new_path": "ontobio/model/mme/__init__.py", "diff": "" }, { "change_type": "ADD", "old_path": null, "new_path": "ontobio/model/mme/request.py", "diff": "+\"\"\"\n+MME request object, see\n+https://github.com/ga...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add adapter functions for match maker exchange and owlsim
89,682
01.11.2021 12:26:51
25,200
d74f7df65b512ea1a9f2d6022bd06199931dd6c3
add GAF support for diffs
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "from ontobio.io.gpadparser import GpadParser\n+from ontobio.io.gafparser import GafParser\nfrom ontobio import ecomap\nimport click\nimport logging\n@@ -9,29 +10,24 @@ logger.setLevel(...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add GAF support for diffs
89,682
01.11.2021 12:34:52
25,200
800ce2d392e315690ec5d559e37d9a1d5a60dd74
add gaf support
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -19,7 +19,7 @@ logger.setLevel(logging.WARNING)\ndef compare_files(file1, file2, output, count_by, exclude_details, file_type):\nprint(\"Starting comparison \")\nprint(\"\")\n- df_f...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add gaf support
89,682
01.11.2021 13:06:44
25,200
28efe046ad0d0e20620a37845fd806806f416b98
fix match stats
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -31,6 +31,7 @@ def compare_files(file1, file2, output, count_by, exclude_details, file_type):\nprint(stats2)\nfor association in assocs1:\n+ max_match_score = 0\nprocessed_lines = p...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
fix match stats
89,682
01.11.2021 14:06:18
25,200
edb1edab29fde9bee298af4ba0b75f68af37896f
add report object with close match details
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "from ontobio.io.gpadparser import GpadParser\nfrom ontobio.io.gafparser import GafParser\nfrom ontobio import ecomap\n+from pprint import pprint\nimport click\nimport logging\nimport p...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add report object with close match details
89,682
01.11.2021 16:08:23
25,200
118898a73cb61e46b80347543bd7eaab2c6a6845
report to files.
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -12,17 +12,24 @@ from ontobio.io.assocparser import Report\n@click.command()\n@click.option(\"--file1\", \"-file1\", type=click.Path(), required=True)\n@click.option(\"--file2\", \"...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
report to files.
89,682
01.11.2021 16:31:10
25,200
954c2b8d27a9ed6075ec4faece5ec6ebae00fe2d
extend output of pandas command with variable
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -17,6 +17,7 @@ from ontobio.io.assocparser import Report\n@click.option(\"--exclude_details\", \"-ed\", type=click.BOOL, default=True, required=False)\ndef compare_files(file1, file...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
extend output of pandas command with variable
89,682
03.11.2021 12:45:12
25,200
7a553084a153bdd9895e1bfce037e2adcac2b048
add diffing tables
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -3,6 +3,7 @@ from ontobio.io.gafparser import GafParser\nfrom ontobio import ecomap\nimport click\nimport pandas as pd\n+import numpy as np\nimport datetime\nfrom ontobio.io import ...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add diffing tables
89,682
03.11.2021 17:14:21
25,200
417a5b9a16715dd6b263327e81aefbcafa7d6de1
failing .get methods suddenly
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -86,26 +86,26 @@ def compare_associations(assocs1, assocs2, output):\nreport = Report()\nfor association in assocs1:\n- print(association)\nmax_match_score = 0\nprocessed_lines = pr...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
failing .get methods suddenly
89,682
09.11.2021 12:58:43
28,800
166c1788ba4282e5b0e10e8ee4577dbc6fec426e
use generic file parser
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -67,8 +67,8 @@ def generate_group_report(df_file1, df_file2, group_by_column, file1, file2, out\nprint(s)\nfor group in group_by_column:\n- file1_groups, grouped_frame1 = group_by(d...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
use generic file parser
89,682
09.11.2021 13:21:38
28,800
4d2b76dda4d633bbcd9016c4ae14132e79336773
fix parsing error with mmulti-line header
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -164,7 +164,9 @@ def get_typed_parser(file_handle, filename):\nfor line in file_handle:\nif assocparser.AssocParser().is_header(line):\n- parser = collections.create_parser_from_hea...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
fix parsing error with mmulti-line header
89,685
09.11.2021 11:31:26
18,000
ca9dfaf3f6933f106ed63b076649bf9fe1b88b0f
Add Xenbase taxon map
[ { "change_type": "MODIFY", "old_path": "ontobio/sim/api/owlsim2.py", "new_path": "ontobio/sim/api/owlsim2.py", "diff": "@@ -191,6 +191,9 @@ class OwlSim2Api(SimApi, InformationContentStore, FilteredSearchable):\n},\n'7955': {\n'gene': 'ZFIN'\n+ },\n+ '8353': {\n+ 'gene': 'Xenbase'\n}\n}\n" } ]
Python
BSD 3-Clause New or Revised License
biolink/ontobio
Add Xenbase taxon map
89,682
09.11.2021 17:19:50
28,800
28f6734b817de952f5aebbea94b55d175654bafd
normalize MGI ids
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -29,7 +29,7 @@ from ontobio.model import collections\ntype=click.STRING,\nmultiple=True,\nrequired=False,\n- help='Options to group by include: subject, relation, object, and/or evi...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
normalize MGI ids
89,682
10.11.2021 14:24:05
28,800
a082fb548ca32b99844461f22ad64115a42d82af
add normalize of relation
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -86,7 +86,7 @@ def compare_associations(assocs1, assocs2, output):\nset1 = set((str(x.subject.id),\nstr(x.object.id),\n- #x.relation,\n+ normalize_relation(x.relation),\nx.negated,\...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add normalize of relation
89,682
10.11.2021 16:07:17
28,800
32fdb2f99bdc5590d5eadd6eaff743d64e1d382c
only show grouped by rows where they don't match eachother
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -73,9 +73,13 @@ def generate_group_report(df_file1, df_file2, group_by_column, file1, file2, out\nmerged_group_frame = pd.concat([grouped_frame1, grouped_frame2], axis=1)\nmerged_gr...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
only show grouped by rows where they don't match eachother
89,682
10.11.2021 18:58:24
28,800
a59a0a199822c4463c77e5121be895bce221b59a
normalize identifiers in subject gpad 1.2
[ { "change_type": "MODIFY", "old_path": "ontobio/io/gpaddiffer.py", "new_path": "ontobio/io/gpaddiffer.py", "diff": "@@ -105,7 +105,6 @@ def compare_associations(assocs1, assocs2, output, file1, file2):\nx.evidence._supporting_reference_to_str(),\nx.evidence._with_support_from_to_str()\n) not in set1...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
normalize identifiers in subject gpad 1.2
89,682
11.11.2021 10:55:28
28,800
df263de354adcbc68ec857807e385e276c12f57c
tweak reporting format
[ { "change_type": "MODIFY", "old_path": "ontobio/io/differ.py", "new_path": "ontobio/io/differ.py", "diff": "@@ -54,6 +54,11 @@ def generate_count_report(df_file1, df_file2, file1, file2, output):\nmerged_frame = pd.concat([counts_frame1, counts_frame2], axis=1)\nmerged_frame.astype('Int64')\nmerged_...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
tweak reporting format
89,682
11.11.2021 12:19:13
28,800
f72af2c8b2fbef98144325505a9afe3186d0e205
add restrict_to_decreases
[ { "change_type": "MODIFY", "old_path": "ontobio/io/differ.py", "new_path": "ontobio/io/differ.py", "diff": "-from ontobio.io import assocparser, gafparser, gpadparser, entityparser\n+from ontobio.io import assocparser, gpadparser\nfrom ontobio import ecomap\nimport click\nimport pandas as pd\n@@ -6,...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add restrict_to_decreases
89,682
11.11.2021 12:28:04
28,800
db276ee61a31eaf6a4f71d48812db27cd56b215d
add restrict to decreases processing
[ { "change_type": "MODIFY", "old_path": "ontobio/io/differ.py", "new_path": "ontobio/io/differ.py", "diff": "@@ -87,17 +87,11 @@ def generate_group_report(df_file1, df_file2, group_by_column, file1, file2, res\ncolumn1 = fix_int_df.columns[0]\ncolumn2 = fix_int_df.columns[1]+\"2\"\nfix_int_df.columns...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add restrict to decreases processing
89,685
12.11.2021 09:49:04
18,000
756cca51635f4bb71963d96c180d15a292b67aa3
makes optional explicit on biomodel dataclasses
[ { "change_type": "MODIFY", "old_path": "ontobio/model/biomodel.py", "new_path": "ontobio/model/biomodel.py", "diff": "@@ -9,7 +9,7 @@ https://raw.githubusercontent.com/biolink/biolink-api/1e81503/biomodel/core.py\n\"\"\"\nfrom dataclasses import dataclass, field\n-from typing import List, Dict\n+fro...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
makes optional explicit on biomodel dataclasses
89,685
12.11.2021 11:05:47
18,000
7ba4e23e55beecf420eb03bdd55e1f0819f5c847
taxon map patch to support xenbase queries in owlsim2
[ { "change_type": "MODIFY", "old_path": "ontobio/sim/api/owlsim2.py", "new_path": "ontobio/sim/api/owlsim2.py", "diff": "@@ -482,7 +482,8 @@ class OwlSim2Api(SimApi, InformationContentStore, FilteredSearchable):\n'9606': 'disease',\n'7227': 'gene',\n'6239': 'gene',\n- '7955': 'gene'\n+ '7955': 'gene'...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
taxon map patch to support xenbase queries in owlsim2
89,682
12.11.2021 12:16:46
28,800
93a79f124fb68be8ea53a592252ac030013f12e7
add gpad 1.1 version
[ { "change_type": "MODIFY", "old_path": "ontobio/model/collections.py", "new_path": "ontobio/model/collections.py", "diff": "@@ -74,7 +74,7 @@ def create_parser_from_header(line: str, config: assocparser.AssocParserConfig,\nfiletype, version, _ = parsed_version[0]\nif filetype in [\"gpad\", \"gpa\"]:...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
add gpad 1.1 version
89,682
30.11.2021 13:17:20
28,800
824890b2beb9bbc949a7637fe61c6e3e782b6d5a
commit to run tests again
[ { "change_type": "MODIFY", "old_path": "ontobio/io/differ.py", "new_path": "ontobio/io/differ.py", "diff": "@@ -343,13 +343,14 @@ def read_gpad_csv(filename, version) -> pd:\nnew_df['evidence_code'] = new_df['evidence_code'].replace([eco_code[2]],\necomapping.ecoclass_to_coderef(eco_code[2])[0])\n- ...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
commit to run tests again
89,690
28.02.2022 21:11:31
25,200
61ee8878e523a9947dc90c36589b79b222732e0f
Adds taxon_map to GolrSearchQuery; if true, injects a key _taxon_map into facet_counts that assocs taxon IDs and labels.
[ { "change_type": "MODIFY", "old_path": "ontobio/golr/golr_query.py", "new_path": "ontobio/golr/golr_query.py", "diff": "@@ -343,6 +343,7 @@ class GolrSearchQuery(GolrAbstractQuery):\nfacet_fields=None,\nfacet=True,\nsearch_fields=None,\n+ taxon_map=True,\nrows=100,\nstart=None,\nprefix=None,\n@@ -36...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
Adds taxon_map to GolrSearchQuery; if true, injects a key _taxon_map into facet_counts that assocs taxon IDs and labels.
89,690
01.03.2022 09:05:22
25,200
79691a874a6a3aaac26960aa9941c5ba1cdbad57
Renamed vars in _taxon_map transform for clarify.
[ { "change_type": "MODIFY", "old_path": "ontobio/golr/golr_query.py", "new_path": "ontobio/golr/golr_query.py", "diff": "@@ -602,10 +602,11 @@ class GolrSearchQuery(GolrAbstractQuery):\n# inject the taxon map (aka a facet pivot) into the returned facets\nif self.taxon_map:\ntranslated_facets['_taxon_...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
Renamed vars in _taxon_map transform for clarify.
89,690
30.03.2022 13:34:13
21,600
db8bdbd8df86f084719189c269dd367b2fcb844e
_taxon_map structure changed to match
[ { "change_type": "MODIFY", "old_path": "ontobio/golr/golr_query.py", "new_path": "ontobio/golr/golr_query.py", "diff": "@@ -601,13 +601,14 @@ class GolrSearchQuery(GolrAbstractQuery):\n# inject the taxon map (aka a facet pivot) into the returned facets\nif self.taxon_map:\n- translated_facets['_taxo...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
_taxon_map structure changed to match https://github.com/biolink/biolink-api/issues/386#issuecomment-1055697030
89,682
17.08.2022 15:54:22
25,200
60b7eb6c4d0e2b524ab5f59adc32df9c9548cbbb
remove object from map to prevent accidental removal from fq parameter
[ { "change_type": "MODIFY", "old_path": "ontobio/golr/golr_query.py", "new_path": "ontobio/golr/golr_query.py", "diff": "@@ -276,9 +276,9 @@ def goassoc_fieldmap(relationship_type=ACTS_UPSTREAM_OF_OR_WITHIN):\nM.OBJECT: 'annotation_class',\nM.OBJECT_CLOSURE: REGULATES_CLOSURE if relationship_type == ...
Python
BSD 3-Clause New or Revised License
biolink/ontobio
remove object from map to prevent accidental removal from fq parameter
478,650
19.04.2018 16:37:05
-3,600
ce96a7a1eca914acffeeb3aa3e942277149ae249
Fix superfluous label colon, issue
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/kotlin/com/netflix/rewrite/ast/visitor/PrintVisitor.kt", "new_path": "rewrite-core/src/main/kotlin/com/netflix/rewrite/ast/visitor/PrintVisitor.kt", "diff": "@@ -34,7 +34,6 @@ class PrintVisitor : AstVisitor<String>(\"\") {\nis Tr.Assign,...
Java
Apache License 2.0
openrewrite/rewrite
Fix superfluous label colon, issue #12 (#20)
478,625
04.01.2019 17:23:07
21,600
d589567ed2bc26edf696f2cfc8011875ff5e0f0a
change the way of coding
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/kotlin/com/netflix/rewrite/parse/OracleJdkParser.kt", "new_path": "rewrite-core/src/main/kotlin/com/netflix/rewrite/parse/OracleJdkParser.kt", "diff": "@@ -37,7 +37,7 @@ import javax.tools.StandardLocation\n/**\n* This parser is NOT threa...
Java
Apache License 2.0
openrewrite/rewrite
change the way of coding (#22)
478,613
06.02.2020 16:18:50
18,000
8eefacef1c1a6b7bf4b5c5ef0eeffa70ea9f22b1
Don't generate javadocs for classes that refer to OpenJDK compiler internals
[ { "change_type": "MODIFY", "old_path": "rewrite-core/build.gradle", "new_path": "rewrite-core/build.gradle", "diff": "@@ -121,3 +121,7 @@ compileJava {\n'--add-exports', 'jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED'\n])\n}\n+\n+javadoc {\n+ exclude '**/OpenJdkParser**'\n+}\n\\ No newline at en...
Java
Apache License 2.0
openrewrite/rewrite
Don't generate javadocs for classes that refer to OpenJDK compiler internals
478,613
07.02.2020 08:51:55
18,000
6ee14575a3550f2fa81f3b730b3637629737e161
Add Ident#withName helper
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "diff": "@@ -1111,6 +1111,10 @@ public String getSimpleName() {\nreturn v.reduce(v.visitIdentifier(this), v.visitExpression...
Java
Apache License 2.0
openrewrite/rewrite
Add Ident#withName helper
478,613
07.02.2020 10:38:54
18,000
1864736b4dc3c8b502c15a7c3991d7b3197d1fe2
Improve determination of indentation levels
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/internal/StringUtils.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/internal/StringUtils.java", "diff": "@@ -54,7 +54,10 @@ static int indentLevel(String text) {\n.dropWhile(String::isEmpty)\n....
Java
Apache License 2.0
openrewrite/rewrite
Improve determination of indentation levels
478,613
07.02.2020 13:08:04
18,000
0ba8c73a7e32b5d00c2f0cb3ace2feabe018b3d7
Add knowledge of side effects to Expression, fix indentation determination for single staement blocks
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "diff": "@@ -80,7 +80,11 @@ public Refactor addImport(String clazz) {\n}\npublic Refactor addImport(Str...
Java
Apache License 2.0
openrewrite/rewrite
Add knowledge of side effects to Expression, fix indentation determination for single staement blocks
478,613
07.02.2020 15:12:22
18,000
c3d7e9e45ea7f28b4c7703aeaf002eeb6ff0ae5f
Support pipelining RefactorVisitors
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "diff": "import com.netflix.rewrite.internal.lang.Nullable;\nimport com.netflix.rewrite.tree.*;\nimport...
Java
Apache License 2.0
openrewrite/rewrite
Support pipelining RefactorVisitors
478,613
10.02.2020 09:53:31
18,000
860f78b2e35670963b46e318647e449bad87819e
To limit copying, make default in RefactorVisitor mutable
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/refactor/RefactorVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/refactor/RefactorVisitor.java", "diff": "import java.util.List;\nimport java.util.Set;\nimport ...
Java
Apache License 2.0
openrewrite/rewrite
To limit copying, make default in RefactorVisitor mutable
478,613
12.02.2020 15:06:52
18,000
286b0377e99d00e10aeeb5bf16a6cee71fc067a6
Allow widening transformations, fix add import rule name visibility
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/refactor/RefactorVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/refactor/RefactorVisitor.java", "diff": "@@ -114,7 +114,14 @@ public String getRuleName() {\n@S...
Java
Apache License 2.0
openrewrite/rewrite
Allow widening transformations, fix add import rule name visibility
478,613
12.02.2020 15:45:59
18,000
344208685a59d38ba2cc7b435a050d4d63a47af4
UnwrapParentheses visitor
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "diff": "@@ -1981,6 +1981,7 @@ public Type getType() {\n@EqualsAndHashCode.Include\nUUID id;\n+ @With\nExpression size;\n@W...
Java
Apache License 2.0
openrewrite/rewrite
UnwrapParentheses visitor
478,613
13.02.2020 15:11:44
18,000
95d210068df944bb7ee90d096ec753f6778a7547
Add FindReferencesToVariable
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "diff": "@@ -2606,7 +2606,10 @@ public Type getType() {\n@EqualsAndHashCode.Include\nUUID id;\n+ @With\nList<Annotation> an...
Java
Apache License 2.0
openrewrite/rewrite
Add FindReferencesToVariable
478,613
14.02.2020 11:58:24
18,000
1cc394e6ec581418363eb6b3de628d8f8cf7f96d
Add enclosingBlock to Cursor
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Cursor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Cursor.java", "diff": "@@ -69,6 +69,11 @@ public Tree next() {\n}\n}\n+ @Nullable\n+ public Tr.Block<?> enclosingBlock() {\n+ ret...
Java
Apache License 2.0
openrewrite/rewrite
Add enclosingBlock to Cursor
478,613
14.02.2020 12:47:25
18,000
b5df2984ec6fd7bd713c3d788a9465b0ad560cd0
Allow access to cursor from inside transform function
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/CursorAstVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/CursorAstVisitor.java", "diff": "import com.netflix.rewrite.tree.Cursor;\nimport com.netflix.rewrite.tr...
Java
Apache License 2.0
openrewrite/rewrite
Allow access to cursor from inside transform function
478,613
14.02.2020 14:10:16
18,000
6ed045b9cfa0fe0a1b0e67f6922ea72182858807
Add function to determine if two cursors share the same name scope
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Cursor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Cursor.java", "diff": "import com.netflix.rewrite.internal.lang.Nullable;\nimport lombok.AllArgsConstructor;\nimport lombok.Equal...
Java
Apache License 2.0
openrewrite/rewrite
Add function to determine if two cursors share the same name scope
478,613
14.02.2020 15:49:49
18,000
e6d2ebff507ebaab1816cdc06808e0ad139a79f5
Improve name scope checking to exclude static inner classes, enums, interfaces, and annotations
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Cursor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Cursor.java", "diff": "import lombok.EqualsAndHashCode;\nimport java.util.Iterator;\n-import java.util.Optional;\nimport java.uti...
Java
Apache License 2.0
openrewrite/rewrite
Improve name scope checking to exclude static inner classes, enums, interfaces, and annotations
478,613
14.02.2020 16:03:52
18,000
55eaa85e0389a54e5fb26513e623f79de6c0c135
Supertype private members are not visible members
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Type.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Type.java", "diff": "@@ -144,7 +144,9 @@ public boolean isAssignableFrom(@Nullable Type.Class clazz) {\npublic List<Type.Var> getVi...
Java
Apache License 2.0
openrewrite/rewrite
Supertype private members are not visible members
478,613
15.02.2020 10:06:46
18,000
f4cded1264b61f1ca7a8c438068d47f894ae0517
Consistent treatment of catch and finally, improve formatter to ignore comments
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "diff": "@@ -301,7 +301,7 @@ public OpenJdkParserVisitor(Path path, String source) {\...
Java
Apache License 2.0
openrewrite/rewrite
Consistent treatment of catch and finally, improve formatter to ignore comments
478,613
15.02.2020 11:25:17
18,000
3f43db9558732ffb0a7a42b0b4de007a43f4b86e
ChangeFieldName now supports changing references in other classes (fixes
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "diff": "@@ -109,13 +109,8 @@ public Refactor changeFieldType(Tr.VariableDecls target, String toType) {...
Java
Apache License 2.0
openrewrite/rewrite
ChangeFieldName now supports changing references in other classes (fixes #14)
478,613
15.02.2020 12:16:40
18,000
a501a2a9b21db1a244726d0af0777d42f88208a1
Improve ChangeFieldName to replace ident references as well (fixes
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/refactor/RefactorVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/refactor/RefactorVisitor.java", "diff": "import com.netflix.rewrite.tree.*;\nimport com.netflix...
Java
Apache License 2.0
openrewrite/rewrite
Improve ChangeFieldName to replace ident references as well (fixes #14)
478,613
15.02.2020 13:20:47
18,000
43794415be602ff2a80461fc7242c30bb0af1df9
Fix prefixing of while conditions on do/while loops
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "diff": "@@ -500,10 +500,11 @@ public OpenJdkParserVisitor(Path path, String source) ...
Java
Apache License 2.0
openrewrite/rewrite
Fix prefixing of while conditions on do/while loops
478,613
15.02.2020 16:11:11
18,000
12d48c663f344e8f92042e970eba052427ec62ee
Consistent handling of TypeParameters, add TypeParameters to MethodReference
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "diff": "import java.util.stream.IntStream;\nimport java.util.stream.Stream;\n+import...
Java
Apache License 2.0
openrewrite/rewrite
Consistent handling of TypeParameters, add TypeParameters to MethodReference
478,613
15.02.2020 16:23:08
18,000
b313d240cfa056ade0b659c6734314407508d892
Fix printing of for loops with multiple update statements
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/PrintVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/PrintVisitor.java", "diff": "@@ -321,7 +321,7 @@ public String visitFinally(Try.Finally finallie) {\n@Overr...
Java
Apache License 2.0
openrewrite/rewrite
Fix printing of for loops with multiple update statements
478,613
15.02.2020 19:26:36
18,000
cb64442c4e28259ac0afb8ab604802c4f2f400fa
Inline visit method only used once in PrintVisitor
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/PrintVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/visitor/PrintVisitor.java", "diff": "@@ -79,10 +79,6 @@ private String fmtStatement(Tree statement) {\nreturn visit...
Java
Apache License 2.0
openrewrite/rewrite
Inline visit method only used once in PrintVisitor
478,613
16.02.2020 00:22:38
18,000
6079120e0f95755891d10061964f53c2a9f5e839
Whitespace for empty type params is now a suffix on Tr.Empty, added Statement#isSemicolonTerminated
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "diff": "@@ -391,14 +391,13 @@ public OpenJdkParserVisitor(Path path, String source) ...
Java
Apache License 2.0
openrewrite/rewrite
Whitespace for empty type params is now a suffix on Tr.Empty, added Statement#isSemicolonTerminated
478,613
16.02.2020 10:53:51
18,000
f7abcc9832ac2435bb77a925be12f5ac15bd5d4e
Make sure annotations are always visited in TransformVisitor
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/internal/lang/NonNull.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/internal/lang/NonNull.java", "diff": "* @see NonNullFields\n* @see Nullable\n*/\n-@Target({ElementType.METHOD, ElementType.P...
Java
Apache License 2.0
openrewrite/rewrite
Make sure annotations are always visited in TransformVisitor
478,613
17.02.2020 10:13:32
18,000
a4750c091c76fb721d43921cecd18a0b08743ad6
Shortcuts for changing/stripping formatting prefix and suffix
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "diff": "@@ -652,7 +652,7 @@ public OpenJdkParserVisitor(Path path, String source) {\...
Java
Apache License 2.0
openrewrite/rewrite
Shortcuts for changing/stripping formatting prefix and suffix
478,613
17.02.2020 14:18:39
18,000
14d7a5f344ddaa3cd5979d4cc168d80ce2a7f1bb
Relaxed class type matching, added TreeBuilder.buildSnippet
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParser.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParser.java", "diff": "public class OpenJdkParser extends AbstractParser {\nprivate static final Logger logger = ...
Java
Apache License 2.0
openrewrite/rewrite
Relaxed class type matching, added TreeBuilder.buildSnippet
478,613
17.02.2020 14:45:10
18,000
fe09b4af85cbba94e389ee7bb9e911c56fbaa8be
Improve type signature of TreeBuilder#buildName
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/TreeBuilder.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/TreeBuilder.java", "diff": "private TreeBuilder() {\n}\n- public static NameTree buildName(String fullyQualifiedName) {\n+ p...
Java
Apache License 2.0
openrewrite/rewrite
Improve type signature of TreeBuilder#buildName
478,613
17.02.2020 16:36:05
18,000
d985bba71fa4bbefa143cc66b896728712c609eb
Fix TreeBuilder#buildSnippet formatting
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/TreeBuilder.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/TreeBuilder.java", "diff": "import static com.netflix.rewrite.internal.StringUtils.trimIndent;\nimport static com.netflix.re...
Java
Apache License 2.0
openrewrite/rewrite
Fix TreeBuilder#buildSnippet formatting
478,613
17.02.2020 19:18:33
18,000
f294ba3c5efc23e72738680e40d5b0bb60095069
Allow formatting relative to case statement, fix parsing of variable declarations with array dimensions
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "diff": "import java.util.stream.IntStream;\nimport java.util.stream.Stream;\n-import...
Java
Apache License 2.0
openrewrite/rewrite
Allow formatting relative to case statement, fix parsing of variable declarations with array dimensions
478,613
17.02.2020 22:05:26
18,000
6c220ffb45b9bb6524d5bf56b56e90a652f9f0fb
Make maybeTransform lazier
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Formatting.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Formatting.java", "diff": "import lombok.Getter;\nimport java.io.Serializable;\n+import java.util.ArrayList;\nimport java.uti...
Java
Apache License 2.0
openrewrite/rewrite
Make maybeTransform lazier
478,613
17.02.2020 22:10:35
18,000
04e93a8b8556d1f3e49cf3af714f4138caef6ccf
Fix bug in parsing of array dimensions suffix before initializer
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/parse/OpenJdkParserVisitor.java", "diff": "@@ -1168,7 +1168,7 @@ public OpenJdkParserVisitor(Path path, String source, ...
Java
Apache License 2.0
openrewrite/rewrite
Fix bug in parsing of array dimensions suffix before initializer
478,613
18.02.2020 10:58:54
18,000
e0299c7fe3bb87a124b091e487bdf2971e5d08a1
Add overload to run multiple refactor visitors on Refactor
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "diff": "@@ -54,6 +54,11 @@ public Refactor(Tr.CompilationUnit original) {\n// Custom refactoring visit...
Java
Apache License 2.0
openrewrite/rewrite
Add overload to run multiple refactor visitors on Refactor
478,613
18.02.2020 12:46:23
18,000
11ee5fc3f943464c7938c897a5ae97c76b51852e
Set cycle on RefactorVisitor for debugging purposes
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/refactor/Refactor.java", "diff": "@@ -211,12 +211,14 @@ public RefactorResult fix() {\npublic RefactorResult fix(int maxCycles) ...
Java
Apache License 2.0
openrewrite/rewrite
Set cycle on RefactorVisitor for debugging purposes
478,613
20.02.2020 10:09:34
18,000
2d38faf242dd3f89a4036feeb96ea82ab0fc9c51
Add more tree mutation options
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "diff": "@@ -238,6 +238,7 @@ public boolean isSemicolonTerminated() {\n@With\nExpression variable;\n+ @With\nOperator opera...
Java
Apache License 2.0
openrewrite/rewrite
Add more tree mutation options
478,613
20.02.2020 10:46:06
18,000
f1eb7cb379d4be948377fdd887f482a25c532e34
Make the rest of the treat modifiable
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "diff": "@@ -159,6 +159,7 @@ public Type getType() {\n@EqualsAndHashCode.Include\nUUID id;\n+ @With\nEmpty inner;\n@With\n@...
Java
Apache License 2.0
openrewrite/rewrite
Make the rest of the treat modifiable
478,613
21.02.2020 11:19:12
18,000
06dcd4577286b84efa22721e4f2d979db42e6f19
Add Tree#whenType utility
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tree.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tree.java", "diff": "import com.netflix.rewrite.visitor.PrintVisitor;\nimport com.netflix.rewrite.visitor.RetrieveCursorVisitor;\n+...
Java
Apache License 2.0
openrewrite/rewrite
Add Tree#whenType utility
478,613
22.02.2020 11:49:51
18,000
d70706ac78b2634290fd98eb6c0d736e432f30de
Enhance discovery and changing of types, RemoveImports can now detect static field imports
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Expression.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Expression.java", "diff": "@Nullable\nType getType();\n+ <T extends Tree> T withType(@Nullable Type type);\n+\n/**\n* @return...
Java
Apache License 2.0
openrewrite/rewrite
Enhance discovery and changing of types, RemoveImports can now detect static field imports
478,613
22.02.2020 11:55:34
18,000
87d37cd6afdf1c0575f3637f72be603180378552
Fix RemoveImport for named static fields
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/RemoveImport.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/RemoveImport.java", "diff": "@@ -135,24 +135,26 @@ private void classImportDeletions(List<Ast...
Java
Apache License 2.0
openrewrite/rewrite
Fix RemoveImport for named static fields
478,613
23.02.2020 08:39:14
18,000
cd9f26d54f7663fe2c8381ccf2a29b9b7c0ed75e
Add rename variable operation
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Type.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Type.java", "diff": "import com.netflix.rewrite.internal.lang.Nullable;\nimport lombok.Data;\nimport lombok.Getter;\n-import lombok...
Java
Apache License 2.0
openrewrite/rewrite
Add rename variable operation
478,613
24.02.2020 13:30:53
18,000
cda0cba098b4df9760adffa604efc6cfae3f0585
Add modifier insertion utilities for ClassDecl, VariableDecls, and MethodDecl
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/Parser.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/Parser.java", "diff": "private final JavaCompiler compiler;\nprivate final ResettableLog compilerLog = new ResettableLog(context);\n+ /**\n...
Java
Apache License 2.0
openrewrite/rewrite
Add modifier insertion utilities for ClassDecl, VariableDecls, and MethodDecl
478,613
24.02.2020 15:44:01
18,000
33cc7deea155d17e292caa56923b9af0f9574b79
AddAnnotation for classes
[ { "change_type": "ADD", "old_path": null, "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/AddAnnotation.java", "diff": "+/*\n+ * Copyright 2020 the original authors.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this ...
Java
Apache License 2.0
openrewrite/rewrite
AddAnnotation for classes
478,613
24.02.2020 17:17:05
18,000
65f5d9fe003b5f055903a0f188fcaef6c367c36c
GenerateConstructorUsingFields refactoring operation
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/AddImport.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/AddImport.java", "diff": "package com.netflix.rewrite.visitor.refactor.op;\nimport com.netflix.r...
Java
Apache License 2.0
openrewrite/rewrite
GenerateConstructorUsingFields refactoring operation
478,613
25.02.2020 09:13:22
18,000
6b0e33629a2deb9ffdcc93a41295074844f256bb
Support AddAnnotation to fields
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/AddAnnotation.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/AddAnnotation.java", "diff": "*/\npackage com.netflix.rewrite.visitor.refactor.op;\n-import ...
Java
Apache License 2.0
openrewrite/rewrite
Support AddAnnotation to fields
478,613
25.02.2020 10:05:39
18,000
3d2018aee726b7df2d8728b410987657e6106bf4
Rename ClassDecl#typeParams to typeParameters for consistency, add method support to AddAnnotation
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/tree/Tr.java", "diff": "@@ -765,7 +765,7 @@ public boolean isSemicolonTerminated() {\nList<Modifier> modifiers;\npublic ClassDecl withModi...
Java
Apache License 2.0
openrewrite/rewrite
Rename ClassDecl#typeParams to typeParameters for consistency, add method support to AddAnnotation
478,613
26.02.2020 10:17:08
18,000
720effd4b49310d706461d5ff06505caf8e54e63
Support arguments on AddAnnotation
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/AddAnnotation.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/AddAnnotation.java", "diff": "import java.util.UUID;\nimport static com.netflix.rewrite.tree...
Java
Apache License 2.0
openrewrite/rewrite
Support arguments on AddAnnotation
478,613
26.02.2020 11:11:31
18,000
8280e1bece9f85a2ecc43e9d1520fdfd91343acb
AddAnnotation to method and lambda parameters
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/AddAnnotation.java", "new_path": "rewrite-core/src/main/java/com/netflix/rewrite/visitor/refactor/op/AddAnnotation.java", "diff": "@@ -91,12 +91,15 @@ public AddAnnotation(UUID scope, String an...
Java
Apache License 2.0
openrewrite/rewrite
AddAnnotation to method and lambda parameters
478,613
27.02.2020 11:29:48
18,000
45976410e59245e2ca2a77f19af5923ee8a66e6e
Upgrade to Gradle 6.2.1, license headers, purge use of Logback
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -73,6 +73,7 @@ subprojects {\nheader = file('../gradle/licenseHeader.txt')\nexclude '**/*.tokens'\nexclude '**/grammar/*.java'\n+ exclude '**/lombok.config'\nmapping('kt', 'SLASHSTAR_STYLE')\nmapping('java...
Java
Apache License 2.0
openrewrite/rewrite
Upgrade to Gradle 6.2.1, license headers, purge use of Logback
478,613
02.03.2020 10:20:24
18,000
1cab80b995cbee6fdb22a131375c3271ce2e4ff3
Refine type of J.Block
[ { "change_type": "MODIFY", "old_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParserVisitor.java", "new_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParserVisitor.java", "diff": "import static java.util.stream.StreamSupport.stream;\nimport static org.openrewrite.Tree.ran...
Java
Apache License 2.0
openrewrite/rewrite
Refine type of J.Block
478,613
02.03.2020 11:08:02
18,000
b9fe0bc8729905d5133f39043cbefbf2a6aacfbb
Fix UnwrapParentheses, custom with statements
[ { "change_type": "MODIFY", "old_path": "rewrite-java/src/main/java/org/openrewrite/java/tree/J.java", "new_path": "rewrite-java/src/main/java/org/openrewrite/java/tree/J.java", "diff": "@@ -777,6 +777,9 @@ public boolean isSemicolonTerminated() {\nList<Modifier> modifiers;\npublic ClassDecl withModi...
Java
Apache License 2.0
openrewrite/rewrite
Fix UnwrapParentheses, custom with statements
478,613
02.03.2020 13:04:14
18,000
c9bfb723b7a2ca529e845cfe2fd1f0b997b31bbd
Unwrap parentheses helper
[ { "change_type": "MODIFY", "old_path": "rewrite-java/src/main/java/org/openrewrite/java/visitor/refactor/JavaRefactorVisitor.java", "new_path": "rewrite-java/src/main/java/org/openrewrite/java/visitor/refactor/JavaRefactorVisitor.java", "diff": "*/\npackage org.openrewrite.java.visitor.refactor;\n+i...
Java
Apache License 2.0
openrewrite/rewrite
Unwrap parentheses helper
478,613
02.03.2020 14:09:09
18,000
a38d84ea979895632ef9a1bbe92cb3ffff7007bd
Cut down on repetition in visited methods in JavaRefactorVisitor
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/org/openrewrite/SourceVisitor.java", "new_path": "rewrite-core/src/main/java/org/openrewrite/SourceVisitor.java", "diff": "import org.openrewrite.internal.lang.Nullable;\n+import java.lang.management.ManagementFactory;\nimport java.u...
Java
Apache License 2.0
openrewrite/rewrite
Cut down on repetition in visited methods in JavaRefactorVisitor
478,613
02.03.2020 14:13:21
18,000
efb8154fbab47f9a85c9fe09eed047eb617bbdad
Fix ordering of reduce
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/org/openrewrite/SourceVisitor.java", "new_path": "rewrite-core/src/main/java/org/openrewrite/SourceVisitor.java", "diff": "@@ -135,7 +135,7 @@ public R visit(@Nullable List<? extends Tree> trees) {\nif (trees != null) {\nfor (Tree tr...
Java
Apache License 2.0
openrewrite/rewrite
Fix ordering of reduce
478,613
02.03.2020 14:29:21
18,000
6c2e4d898ed1d3e713e154899e19561d48429843
Don't visit type parameters list from indirect cursor like ClassDecl
[ { "change_type": "MODIFY", "old_path": "rewrite-java/src/main/java/org/openrewrite/java/visitor/refactor/JavaRefactorVisitor.java", "new_path": "rewrite-java/src/main/java/org/openrewrite/java/visitor/refactor/JavaRefactorVisitor.java", "diff": "@@ -114,8 +114,6 @@ public J visitClassDecl(J.ClassDec...
Java
Apache License 2.0
openrewrite/rewrite
Don't visit type parameters list from indirect cursor like ClassDecl
478,613
02.03.2020 15:48:58
18,000
85f5d11b050d01ccdecaa2044b7a42ca11170f9e
Remove gradle 'capability'
[ { "change_type": "MODIFY", "old_path": "rewrite-java/build.gradle", "new_path": "rewrite-java/build.gradle", "diff": "-java {\n- registerFeature(\"bigData\") {\n- usingSourceSet(sourceSets[\"main\"])\n- }\n-}\n-\n// run manually with -x compileKotlin when you need to regenerate\ntask generateAntlrSo...
Java
Apache License 2.0
openrewrite/rewrite
Remove gradle 'capability'
478,613
06.03.2020 11:34:56
18,000
edc6463be332d1ef1895ab49ab594cbede522bd4
Add missing transient and volatile modifier parsing
[ { "change_type": "MODIFY", "old_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParserVisitor.java", "new_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParserVisitor.java", "diff": "@@ -1725,6 +1725,10 @@ private boolean hasFlag(ModifiersTree modifiers, long flag) {\nreturn...
Java
Apache License 2.0
openrewrite/rewrite
Add missing transient and volatile modifier parsing
478,613
06.03.2020 11:48:05
18,000
0c40bec90c085a71eacda568f2991ce82d13c495
Improved logging options
[ { "change_type": "MODIFY", "old_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParser.java", "new_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParser.java", "diff": "*/\nprivate final boolean relaxedClassTypeMatching;\n+ private boolean logCompilationWarningsAndErrors = t...
Java
Apache License 2.0
openrewrite/rewrite
Improved logging options
478,613
06.03.2020 14:19:56
18,000
c1e9ec470963295031851bdac10ede17ed11cdce
Support enum values with anonymous class initializers
[ { "change_type": "MODIFY", "old_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParserVisitor.java", "new_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParserVisitor.java", "diff": "import static java.util.stream.Collectors.toList;\nimport static java.util.stream.Collectors...
Java
Apache License 2.0
openrewrite/rewrite
Support enum values with anonymous class initializers
478,613
06.03.2020 14:55:55
18,000
402a42ab37fe459eb4d64deb8f09b12e2745ea14
Fix detection of formatting involving a comment immediately followed by new line
[ { "change_type": "MODIFY", "old_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParserVisitor.java", "new_path": "rewrite-java/src/main/java/org/openrewrite/java/JavaParserVisitor.java", "diff": "@@ -1251,22 +1251,24 @@ private void logCurrentPathAsError() {\nvar paths = stream(getCurren...
Java
Apache License 2.0
openrewrite/rewrite
Fix detection of formatting involving a comment immediately followed by new line
478,613
13.03.2020 12:07:19
14,400
b175cd7d465982fea7d58e3c8d7fb5c87f21c4ea
Add ChangePublisher interface and Github implementation
[ { "change_type": "MODIFY", "old_path": "rewrite-core/build.gradle", "new_path": "rewrite-core/build.gradle", "diff": "@@ -5,5 +5,9 @@ dependencies {\nimplementation 'com.koloboke:koloboke-api-jdk8:latest.release'\nimplementation 'com.koloboke:koloboke-impl-jdk8:latest.release'\n+ implementation 'org...
Java
Apache License 2.0
openrewrite/rewrite
Add ChangePublisher interface and Github implementation
478,613
13.03.2020 14:38:05
14,400
b503765007a2d30c23caa968e2a0ece5606edb43
XML refactoring AddToTag and generalize some parts of Formatter
[ { "change_type": "MODIFY", "old_path": "rewrite-core/src/main/java/org/openrewrite/Formatting.java", "new_path": "rewrite-core/src/main/java/org/openrewrite/Formatting.java", "diff": "*/\npackage org.openrewrite;\n-import com.fasterxml.jackson.annotation.JsonCreator;\n-import com.fasterxml.jackson.a...
Java
Apache License 2.0
openrewrite/rewrite
XML refactoring AddToTag and generalize some parts of Formatter
478,613
27.03.2020 12:11:13
14,400
cb28dff5b5bab0e9f04cc039c19f028fade03a18
Prepare for publishing to Gradle artifactory
[ { "change_type": "DELETE", "old_path": "OSSMETADATA", "new_path": null, "diff": "-osslifecycle=active\n" }, { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "+import org.jetbrains.kotlin.gradle.tasks.KotlinCompile\n+\nbuildscript {\nrepos...
Java
Apache License 2.0
openrewrite/rewrite
Prepare for publishing to Gradle artifactory
478,613
27.03.2020 12:16:17
14,400
f284f5e7de571ec963783043bac5efbbe29dbcfb
[wip] Publishing to Gradle artifactory
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -73,7 +73,8 @@ subprojects {\npublishing {\npublications {\n- withType(MavenPublication) {\n+ mavenJava(MavenPublication) {\n+ from components.java\npom.withXml {\nasNode().dependencies.dependency.scope.ea...
Java
Apache License 2.0
openrewrite/rewrite
[wip] Publishing to Gradle artifactory
478,613
27.03.2020 12:23:32
14,400
b3ea27c1bdec654431e8057a600812efecf3597f
Remove remnants of Netflix build
[ { "change_type": "DELETE", "old_path": ".travis.yml", "new_path": null, "diff": "-language: java\n-sudo: true\n-jdk:\n-- openjdk11\n-install: true\n-script: ./gradle/buildViaTravis.sh\n-cache:\n- directories:\n- - $HOME/.gradle/caches/\n- - $HOME/.gradle/wrapper/\n-before_install:\n-- test $TRAVIS_P...
Java
Apache License 2.0
openrewrite/rewrite
Remove remnants of Netflix build
478,613
30.03.2020 21:22:27
14,400
30eab30405803bcc983a33384725fcbc7c628c99
With javadocs and sources, add visit overload to Refactor
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -59,6 +59,8 @@ subprojects {\njava {\nsourceCompatibility = JavaVersion.VERSION_11\ntargetCompatibility = JavaVersion.VERSION_11\n+ withJavadocJar()\n+ withSourcesJar()\n}\ntasks.withType(KotlinCompile).co...
Java
Apache License 2.0
openrewrite/rewrite
With javadocs and sources, add visit overload to Refactor
478,613
30.03.2020 21:29:55
14,400
a80807993fed02f6894a134b1f6dec17d7fd84fb
Fix Javadoc errors in Xml
[ { "change_type": "MODIFY", "old_path": "rewrite-xml/src/main/java/org/openrewrite/xml/tree/Xml.java", "new_path": "rewrite-xml/src/main/java/org/openrewrite/xml/tree/Xml.java", "diff": "@@ -127,7 +127,7 @@ public String getFileType() {\nList<Attribute> attributes;\n/**\n- * Space before '>'\n+ * Spa...
Java
Apache License 2.0
openrewrite/rewrite
Fix Javadoc errors in Xml