Github user ahgittin commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/489#issuecomment-72028502
it's being invoked in `InternalLocationFactory`
((AbstractLocation)loc).configure(ConfigBag.newInstance().putAll(spec.getFlags()).putAll(spec.getConfig()).getAllConfig());
so it's not a constructor issue. it makes me wonder: under what
circumstances does a method call go to the line number of the class declaration
before going to the method?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---