Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 178375 Details for
Bug 324718
[formatter]Indentation-Combination of Concatenation and Function Arguments does not work as expected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Sample Source
IndentTest.java (text/plain), 776 bytes, created by
Daniel Schaarschmidt
on 2010-09-08 05:26:00 EDT
(
hide
)
Description:
Sample Source
Filename:
MIME Type:
Creator:
Daniel Schaarschmidt
Created:
2010-09-08 05:26:00 EDT
Size:
776 bytes
patch
obsolete
>package ds.test; > >public class IndentTest >{ > public static void main(final String[] args) throws Exception > { > doSomething( > "Concatenation only, should indent by one" + System.currentTimeMillis() + > ".", null); > doSomething("Without concatenation, indentation Cont", new Container("foo", > "bar")); > doSomething( > "A test String with concatenation " + System.currentTimeMillis() + > " to demonstrate the issue with the ContainerPar", new Container("foo", > "bar")); > } > > private static class Container > { > Container(final String innerFoo, final String innerBar) > { > } > } > > private static void doSomething(final String foo, final Container cont) > { > System.out.println("doing"); > } >}
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 324718
: 178375 |
178376