Bugzilla – Attachment 859 Details for
Bug 1446
ParentClass directive fails if interfaces are also present on the associated class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch of this issues
file_1446.txt (text/plain), 884 bytes, created by
Mathieu Féry (MathiusD)
on 2023-08-08 11:56:04 CEST
(
hide
)
Description:
Patch of this issues
Filename:
MIME Type:
Creator:
Mathieu Féry (MathiusD)
Created:
2023-08-08 11:56:04 CEST
Size:
884 bytes
patch
obsolete
>feat(generation): Fix CodeGenUtils.emitJavaHeaders > >When both classExtended and interfaces are specified for given class space missing between classExtended and implements keyword >--- >Index: src/java/com/jogamp/gluegen/CodeGenUtils.java >=================================================================== >diff --git a/src/java/com/jogamp/gluegen/CodeGenUtils.java b/src/java/com/jogamp/gluegen/CodeGenUtils.java >--- a/src/java/com/jogamp/gluegen/CodeGenUtils.java (revision 36f2c2648d6a494865ae1ecd810a6f1241a01ce2) >+++ b/src/java/com/jogamp/gluegen/CodeGenUtils.java (revision 530107b25986a3ff29a1eda5e028decd4387cf0d) >@@ -130,6 +130,7 @@ > if (classExtended != null) { > w.print("extends "); > w.print(classExtended); >+ w.print(' '); > } > } else { > if (classExtended != null) {
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 1446
: 859