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 605033 Details for
Bug 848944
Checkstyle Eclipse plugin is broken
[?]
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.
Java source code used for testing.
HelloWorld.java (text/x-java), 501 bytes, created by
Glen Kaukola
on 2012-08-16 22:05:59 UTC
(
hide
)
Description:
Java source code used for testing.
Filename:
MIME Type:
Creator:
Glen Kaukola
Created:
2012-08-16 22:05:59 UTC
Size:
501 bytes
patch
obsolete
>/** > * @author decker > */ > >class NoInit { > public HelloWorld a; >} > >public final class HelloWorld { > public int i = 3; > /** > * Prevents instantiation. > */ > private HelloWorld() { > throw new AssertionError("Instantiating utility class..."); > } > /** > * @param args command line arguments > */ > public static void main(final String[] args) { > System.out.println("Hello world!"); > NoInit b = new NoInit(); > System.out.println(b.a.i); > } >}
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 848944
: 605033