Commit Graph

24 Commits

Author SHA1 Message Date
Artur Signell
df20381a91 [merge from 6.7] Ensure that all opened FileInputStreams are closed
svn changeset:22944/svn branch:6.8
2012-02-07 11:51:48 +00:00
Artur Signell
35079c30b8 Throw an error if directory listing fails
svn changeset:22890/svn branch:6.7
2012-02-03 15:22:17 +00:00
Artur Signell
fbfa5fed3e Removed debug info
svn changeset:22867/svn branch:6.7
2012-02-02 16:03:48 +00:00
Artur Signell
2b7c87b8b3 #8311 Extended test to cover non-java files
svn changeset:22862/svn branch:6.7
2012-02-02 15:23:26 +00:00
Artur Signell
4309b3adad Corrected typo
svn changeset:22801/svn branch:6.7
2012-01-27 15:01:05 +00:00
Artur Signell
116cd1f29a #8311 Additional CRLF->LF fixes
svn changeset:22799/svn branch:6.8
2012-01-27 14:17:02 +00:00
Artur Signell
c2722bfeb2 #8311 Converted CRLF to LF in all source files
svn changeset:22797/svn branch:6.7
2012-01-27 14:08:53 +00:00
Artur Signell
b1ae3cd70e #8311 Verify that all source files use unix style line delimiters
svn changeset:22796/svn branch:6.7
2012-01-27 14:07:33 +00:00
Johannes Dahlström
326ccadd49 Merged #8105 Compile core files and test files to separate folders
svn changeset:22636/svn branch:6.8
2012-01-16 07:01:28 +00:00
Artur Signell
c661750fbc #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout
svn changeset:22620/svn branch:6.8
2012-01-12 16:22:25 +00:00
Johannes Dahlström
dd786ffd35 Merged changes from 6.7
svn changeset:22500/svn branch:6.8
2011-12-30 12:51:56 +00:00
Artur Signell
e968734dfa #6603 Added IllegalArgumentException to javadoc and added test
svn changeset:22320/svn branch:6.7
2011-12-08 13:04:33 +00:00
Artur Signell
3b0da56451 #7354 IT Mill -> Vaadin find and replace
svn changeset:22317/svn branch:6.7
2011-12-08 12:31:15 +00:00
Johannes Dahlström
0dfc558113 #7668 - Formatted code to adhere to Vaadin coding conventions
svn changeset:22171/svn branch:6.7
2011-11-29 12:12:54 +00:00
Johannes Dahlström
1c6a751a5a Enhanced tests and fix for #7668 - re-adding a component at an index before its current one does nothing
Simplified the logic in AbstractOrderedLayout/CssLayout#addComponent*() - super.addComponent() is now called first so that the invariant that there's never duplicate elements in the component list always holds, this fixes #7668. addComponent(c, index) now has a piece of additional logic handling the case when a component is moved to an index *after* its current one.



svn changeset:22117/svn branch:6.7
2011-11-24 10:44:54 +00:00
Johannes Dahlström
ac561eda54 Tests for #7668 - re-adding a component at an index before its current one does nothing
svn changeset:22112/svn branch:6.7
2011-11-23 15:20:09 +00:00
Matti Tahvonen
6719076bfb PropertyFormatter's format now don't get called with weird Boolean value when ds is null. Fixes #4426 and #6843
svn changeset:22015/svn branch:6.7
2011-11-16 09:32:28 +00:00
Artur Signell
869d81e7ff Test for #7698
svn changeset:21815/svn branch:6.7
2011-10-27 16:15:21 +00:00
Matti Tahvonen
9b51b83532 property formatter test
svn changeset:21705/svn branch:6.7
2011-10-13 12:59:57 +00:00
Jonatan Kronqvist
1b4b79c44c Fixed a class path in a string that was left after fixing #7385
svn changeset:21552/svn branch:6.7
2011-10-04 08:16:14 +00:00
Jonatan Kronqvist
e18d427d07 Fixed #7699
svn changeset:21494/svn branch:6.7
2011-10-03 07:56:09 +00:00
Artur Signell
e69daa1270 #7697 Corrected test so it won't affect other tests
svn changeset:21478/svn branch:6.7
2011-09-30 13:55:36 +00:00
Artur Signell
8e8f30623a #7697 SQLContainer.containsId logs a ClassCastException
svn changeset:21463/svn branch:6.7
2011-09-30 08:21:07 +00:00
Jonatan Kronqvist
c4b62e478a Restructure test source directories and packages #7385
svn changeset:21440/svn branch:6.7
2011-09-29 12:44:21 +00:00