Adrian Crum wrote:
> FlexibleStringExpander fse =
> FlexibleStringExpander.getInstance("someExpression");
> if (fse != null) {
> // some code
> }This was always broken. Type foo = new Type(); foo will *never* be null, period. There are existing places in the code where this new Type() compared to null takes place, unrelated to FSE.
