diff --git a/enjoyDoclint.patch b/enjoyDoclint.patch new file mode 100644 index 0000000..f6e20ad --- /dev/null +++ b/enjoyDoclint.patch @@ -0,0 +1,12 @@ +--- runtime-decompiler/src/main/java/org/jrd/frontend/Templates/ConfigPanel.java ++++ runtime-decompiler/src/main/java/org/jrd/frontend/Templates/ConfigPanel (copy).java +@@ -98,7 +98,7 @@ + removeButtonListener.actionPerformed(actionEvent); + }); + trashCanPanel.setLayout(null); +- removeButton.setBounds(-2, 26, 32, 32); //🙈 ++ removeButton.setBounds(-2, 26, 32, 32); //monky emoticon removed, doclint do not eat it + if (wrapperInformation.getScope().equals("local")) { + trashCanPanel.add(removeButton); + } + diff --git a/java-runtime-decompiler.spec b/java-runtime-decompiler.spec index 7224452..626641b 100644 --- a/java-runtime-decompiler.spec +++ b/java-runtime-decompiler.spec @@ -12,6 +12,8 @@ Patch0: remove_rsyntaxtextarea.patch Patch1: systemFernflower.patch Patch2: systemProcyon.patch Patch3: includeLambdas.patch +# this should be upstreamed +Patch4: enjoyDoclint.patch BuildArch: noarch BuildRequires: maven-local BuildRequires: byteman @@ -41,6 +43,7 @@ This package contains the API documentation for %{name}. %patch1 %patch2 %patch3 +%patch4 %build pushd runtime-decompiler