diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/core/src/lombok/RunTestsViaDelombok.java | 4 | ||||
-rw-r--r-- | test/manual/knownIssue-1976_2138-valPlusDelegateVsEclipseErrors/about.txt | 2 |
2 files changed, 3 insertions, 3 deletions
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: |