Stephen Colebourne

Results 143 comments of Stephen Colebourne

The BSN is often generated from the Maven groupId and artifactId, which can result in a DNS name a lot of the time. I think overall we want to push...

Just to note that I don't think Maven or similar should create module-info.class. I think that module-info.java will be an important part of your source code, and should be treated...

I was going to merge this, and then I started pondering it all again. The wildcards do get messy fast here, and we have to ask what value they give....

So, in Joda-Beans, the superclass meta-properties are inherited by the subclass. This reduces the code generation but does complicate some inheritance aspects. I hadn't really thought about not inheriting, but...

My previous experience showed that they caused more pain than gain. However, it is something we should try and see how it works out. So long as use in frameworks...

Lets try the full generics version, `` on `MetaBeans` and `` on `MetaProperty`, as its basically the "right" thing.

Fundamentally, the only query callers want to make is `MetaBean.of(Class)` The `MetaProperty` implementations can be package scoped because they never need to be seen, only via the interface. What might...

Just wanted to add that a `TypeToken parse(String)` method would be useful to me. [Joda-Convert](http://www.joda.org/joda-convert/) provides a standard way to convert an object to and from a string (for JSON/XML...

Related to #1274 and this [forum post](http://forums.opengamma.com/t/interpolation-hagan-west-forward-monotone-convex/583)

For future reference, our primary channel for user questions is our [forum](http://strata.opengamma.io/support/). Are you looking to just remove these two lines of validation?