Extract variavle broken? Permanently deleted user 创建于 2007年04月03日 23:02 Trying to extract lastName + firstName.charAt(0) frome.setNetworkName("cn=" + lastName + firstName.charAt(0) + ",ou=HQ5,ou=HQ,o=GAO");tells me "selected block should represent expression"
This is a long-known issue. Because of associativity, the text selected doesn't represent an subexpression, and so IDEA can't extract it. The SmartIntroduce plugin fixes this.
--Dave Griffith