Skip to content

Commit 1e24619

Browse files
committed
Remove outdated references to OpenRewrite
1 parent 9e4de94 commit 1e24619

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

recaf-core/src/test/java/software/coley/recaf/services/source/AstServiceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,6 @@ class ClassWithMethodReference {
898898
}
899899

900900
@Test
901-
@Disabled("Resolving the exact member reference of static import not directly supported by OpenRewrite")
902901
void renameMember_MethodNameStaticallyImported() {
903902
String source = """
904903
package software.coley.recaf.test.dummy;

recaf-ui/src/main/resources/translations/en_US.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ modifications.title=Modifications
363363

364364
## Java area
365365
java.decompiling=Decompiling class...
366-
java.unparsable=OpenRewrite failed to interpret source, context actions only available 'Fields & Methods' side tab
366+
java.unparsable=SourceSolver failed to interpret source, context actions only available 'Fields & Methods' side tab
367367
java.parse-state.error=Parser error
368368
java.parse-state.error-details=Right click context actions are not available since the parse failed.\nYou can use the 'Fields & Methods' side tab in the meantime.
369369
java.parse-state.initial=Parsing in progress...

recaf-ui/src/main/resources/translations/ja_JP.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ modifications.title=変更の一覧
349349

350350
## Java area
351351
java.decompiling=クラスを逆コンパイルしています…
352-
java.unparsable=OpenRewrite はソース・コードの解釈に失敗しました。コンテキスト・アクションは「フィールドとメソッド」細部タブでのみ確認できます。
352+
java.unparsable=SourceSolver はソース・コードの解釈に失敗しました。コンテキスト・アクションは「フィールドとメソッド」細部タブでのみ確認できます。
353353
java.parse-state.error=解析エラー
354354
java.parse-state.error-details=解析に失敗したため,右クリックのコンテキスト・アクションは使用できません。\n代わりに「フィールドとメソッド」細部タブを確認できます。
355355
java.parse-state.initial=解析しています…

recaf-ui/src/main/resources/translations/pl_PL.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ modifications.title=Modyfikacje
320320

321321
## Obszar Javy
322322
java.decompiling=Dekompilowanie klasy...
323-
java.unparsable=OpenRewrite nie zinterpretował źródła, akcje kontekstowe dostępne tylko na karcie bocznej "Pola i metody"
323+
java.unparsable=SourceSolver nie zinterpretował źródła, akcje kontekstowe dostępne tylko na karcie bocznej "Pola i metody"
324324
java.parse-state.error=Błąd parsowania
325325
java.parse-state.error-details=Akcje kontekstowe (prawy przycisk myszy) nie są dostępne, ponieważ parsowanie nie powiodło się.\nMożesz w międzyczasie użyć karty bocznej "Pola i metody".
326326
java.parse-state.initial=Trwa parsowanie...

0 commit comments

Comments
 (0)