On Wed, Jun 26, 2013 at 1:56 PM, Reza Naghibi <[email protected]> wrote: > Do you know what heuristics drive the openddr module?...
Not precisely...what I mean is the numerous pattern-matching expressions found in our openddr/java builders, so maybe heuristics is not the right word. The AndroidDeviceBuilder, for example, contains a number of hardcoded regexps, IMO such things belong in a data file and not in code, and if your new code doesn't need them at all it's even better. -Bertrand [1] https://svn.apache.org/repos/asf/incubator/devicemap/trunk/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device/AndroidDeviceBuilder.java
