Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 895841 Details for
Bug 1098124
Cannot use nested class as a fact in Guided Editor
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Outer.java
Outer.java (text/plain), 845 bytes, created by
Jiri Locker
on 2014-05-15 10:59:01 UTC
(
hide
)
Description:
Outer.java
Filename:
MIME Type:
Creator:
Jiri Locker
Created:
2014-05-15 10:59:01 UTC
Size:
845 bytes
patch
obsolete
>package guvnor.bugs.dmo; > >public class Outer { > > private String name; > private Inner inner; > > public Outer() { > } > > public Outer(String name, Inner inner) { > this.name = name; > this.inner = inner; > } > > public String getName() { > return name; > } > > public void setName(String name) { > this.name = name; > } > > public void setInner(Inner inner) { > this.inner = inner; > } > > public Inner getInner() { > return inner; > } > > public static class Inner { > > private String value; > > public Inner() { > } > > public Inner(String value) { > this.value = value; > } > > public String getValue() { > return value; > } > > public void setValue(String value) { > this.value = value; > } > > } >}
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 Raw
Actions:
View
Attachments on
bug 1098124
: 895841