Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 873756 Details for
Bug 916571
dev-java/stringtemplate-3.2.1-r2: failed with openjdk-bin:21 (compile phase): error: reference to StringTemplate is ambiguous
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
from debian package
java21-compatibility.patch (text/plain), 1.93 KB, created by
Kfir Lavi
on 2023-10-31 09:22:12 UTC
(
hide
)
Description:
from debian package
Filename:
MIME Type:
Creator:
Kfir Lavi
Created:
2023-10-31 09:22:12 UTC
Size:
1.93 KB
patch
obsolete
>Description: Fixes the compatibility with Java 21 >Author: Emmanuel Bourg <ebourg@apache.org> >Forwarded: no >--- a/src/org/antlr/stringtemplate/misc/StringTemplateTreeView.java >+++ b/src/org/antlr/stringtemplate/misc/StringTemplateTreeView.java >@@ -29,6 +29,7 @@ > package org.antlr.stringtemplate.misc; > > import org.antlr.stringtemplate.*; >+import org.antlr.stringtemplate.StringTemplate; > import java.awt.*; > import java.awt.event.*; > import javax.swing.*; >--- a/src/org/antlr/stringtemplate/language/action.g >+++ b/src/org/antlr/stringtemplate/language/action.g >@@ -28,6 +28,7 @@ > */ > package org.antlr.stringtemplate.language; > import org.antlr.stringtemplate.*; >+import org.antlr.stringtemplate.StringTemplate; > import java.util.*; > } > >--- a/src/org/antlr/stringtemplate/language/angle.bracket.template.g >+++ b/src/org/antlr/stringtemplate/language/angle.bracket.template.g >@@ -28,6 +28,7 @@ > */ > package org.antlr.stringtemplate.language; > import org.antlr.stringtemplate.*; >+ import org.antlr.stringtemplate.StringTemplate; > import java.io.*; > } > >--- a/src/org/antlr/stringtemplate/language/eval.g >+++ b/src/org/antlr/stringtemplate/language/eval.g >@@ -28,6 +28,7 @@ > */ > package org.antlr.stringtemplate.language; > import org.antlr.stringtemplate.*; >+import org.antlr.stringtemplate.StringTemplate; > import java.util.*; > import java.io.*; > import java.lang.reflect.*; >--- a/src/org/antlr/stringtemplate/language/group.g >+++ b/src/org/antlr/stringtemplate/language/group.g >@@ -28,6 +28,7 @@ > */ > package org.antlr.stringtemplate.language; > import org.antlr.stringtemplate.*; >+import org.antlr.stringtemplate.StringTemplate; > import java.util.*; > } > >--- a/src/org/antlr/stringtemplate/language/template.g >+++ b/src/org/antlr/stringtemplate/language/template.g >@@ -28,6 +28,7 @@ > */ > package org.antlr.stringtemplate.language; > import org.antlr.stringtemplate.*; >+ import org.antlr.stringtemplate.StringTemplate; > import java.io.*; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 916571
: 873756 |
873757
|
873758
|
873775
|
873811