]> source.dussan.org Git - vaadin-framework.git/commit
Using StringTokenizer instead of String.split() in AbstractComponent (#8759)
authorFabian Lange <lange.fabian@gmail.com>
Mon, 10 Jun 2013 09:12:20 +0000 (11:12 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 12 Jun 2013 13:37:52 +0000 (13:37 +0000)
commit5f66766f02b86aeda0089b8bb15da5b2c6e40715
tree000109b5d6c2c9ffdbc01d9866ae6abb19f323c3
parenteb64fda3eb8e04e9dd5ac014981d6e7cc9683b44
Using StringTokenizer instead of String.split() in AbstractComponent (#8759)

Avoids wasteful creation and parsing of regular expressions, which are not required here.

Change-Id: I247088fbfc4eca6c2500bd6b4da9afc9d66d0a51
server/src/com/vaadin/ui/AbstractComponent.java
server/tests/src/com/vaadin/benchmarks/PerformanceTester8759.java [new file with mode: 0644]