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 951798 Details for
Bug 1141274
Cannot edit classes that have inner classes
[?]
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.
example file with inner class
Outer.java (text/plain), 1.79 KB, created by
Walter Medvedeo
on 2014-10-29 13:51:05 UTC
(
hide
)
Description:
example file with inner class
Filename:
MIME Type:
Creator:
Walter Medvedeo
Created:
2014-10-29 13:51:05 UTC
Size:
1.79 KB
patch
obsolete
>package org.mortgages; > >/** > * This class was automatically generated by the data modeler tool. > */ > >public class Outer implements java.io.Serializable >{ > > static final long serialVersionUID = 1L; > > @org.kie.api.definition.type.Position(0) > private java.math.BigDecimal field1; > @org.kie.api.definition.type.Position(1) > private java.math.BigDecimal field2; > > @org.kie.api.definition.type.Position(2) > private java.util.List<java.lang.Byte> field3; > > @org.kie.api.definition.type.Position(value = 3) > private java.util.List<java.math.BigInteger> field4; > > public class Inner > { > String innerField1; > > public Inner() > { > } > > public Inner(String innerField1) { > this.innerField1 = innerField1; > } > } > > public java.math.BigDecimal getField1() > { > return this.field1; > } > > public void setField1(java.math.BigDecimal field1) > { > this.field1 = field1; > } > > public java.math.BigDecimal getField2() > { > return this.field2; > } > > public void setField2(java.math.BigDecimal field2) > { > this.field2 = field2; > } > > public java.util.List<java.lang.Byte> getField3() > { > return this.field3; > } > > public void setField3(java.util.List<java.lang.Byte> field3) > { > this.field3 = field3; > } > > public java.util.List<java.math.BigInteger> getField4() > { > return this.field4; > } > > public void setField4(java.util.List<java.math.BigInteger> field4) > { > this.field4 = field4; > } > > public Outer() > { > } > > public Outer(java.math.BigDecimal field1, java.math.BigDecimal field2, > java.util.List<java.lang.Byte> field3, > java.util.List<java.math.BigInteger> field4) > { > this.field1 = field1; > this.field2 = field2; > this.field3 = field3; > this.field4 = field4; > } > >}
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 1141274
:
936995
| 951798 |
979923