From 6758714ed564d72236564889157c4812eacb96fb Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Fri, 23 Apr 2021 00:01:55 +0200 Subject: Change owner lombok GitHub repository --- test/core/src/lombok/RunTestsViaDelombok.java | 4 ++-- .../knownIssue-1976_2138-valPlusDelegateVsEclipseErrors/about.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/core/src/lombok/RunTestsViaDelombok.java b/test/core/src/lombok/RunTestsViaDelombok.java index c10ef4d3..23a42c67 100644 --- a/test/core/src/lombok/RunTestsViaDelombok.java +++ b/test/core/src/lombok/RunTestsViaDelombok.java @@ -266,8 +266,8 @@ public class RunTestsViaDelombok extends AbstractRunTests { try { path = trees.getPath(element); } catch (NullPointerException ignore) { - // Happens if a package-info.java dowsn't conatin a package declaration. - // https://github.com/rzwitserloot/lombok/issues/2184 + // Happens if a package-info.java doesn't contain a package declaration. + // https://github.com/projectlombok/lombok/issues/2184 // We can safely ignore those, since they do not need any processing } } diff --git a/test/manual/knownIssue-1976_2138-valPlusDelegateVsEclipseErrors/about.txt b/test/manual/knownIssue-1976_2138-valPlusDelegateVsEclipseErrors/about.txt index 58b3df3b..28773b9c 100644 --- a/test/manual/knownIssue-1976_2138-valPlusDelegateVsEclipseErrors/about.txt +++ b/test/manual/knownIssue-1976_2138-valPlusDelegateVsEclipseErrors/about.txt @@ -1,4 +1,4 @@ -PullRequest https://github.com/rzwitserloot/lombok/pull/2114 tries to fix issue https://github.com/rzwitserloot/lombok/issues/1976 but causes problems. +PullRequest https://github.com/projectlombok/lombok/pull/2114 tries to fix issue https://github.com/projectlombok/lombok/issues/1976 but causes problems. The problem is that the fail-fast resolver applied by PR 2114 causes the following issue: -- cgit