| Add a bytecode enhancement feature that, when inside a bridge, would detect whenever the user accesses properties that should not be accessed (because they were not declared as dependencies of this bridge in any of the APIs: HSEARCH-3297 Open , HSEARCH-3298 Open ), and logs warnings. It would be too late to avoid out-of-sync indexes, but would at least notify users that something in their code is wrong. It could be useful in development environments in particular. |