yeison / snakeyaml

Automatically exported from code.google.com/p/snakeyaml
Apache License 2.0
0 stars 0 forks source link

Do not use regular expressions for JavaBeans #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
JavaBeans provide runtime information about its properties. Applying regular 
expressions for implicit types takes a lot of time. Is it possible to switch 
regular expressions off for JavaBeans? 

Original issue reported on code.google.com by py4fun@gmail.com on 6 Sep 2010 at 12:39

GoogleCodeExporter commented 9 years ago
Unfortunately 'null' must always be resolved. It stays as the only regular 
expression when loading JavaBeans by JavaBeanLoader.

Original comment by py4fun@gmail.com on 6 Sep 2010 at 12:45

GoogleCodeExporter commented 9 years ago
Since the performance is hardly changed this feature is removed

Original comment by py4fun@gmail.com on 10 Sep 2010 at 8:37