[jira] [Updated] (LANG-782) Specialized StringBuilder to allow simple creating of Strings from base Strings with variable arguments and proper punctuation

2018-07-16 Thread Darryl Smith (JIRA)
[ https://issues.apache.org/jira/browse/LANG-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl Smith updated LANG-782: -- Attachment: AffixBuilderTest.java > Specialized StringBuilder to allow simple creating of Strings from

[jira] [Updated] (LANG-782) Specialized StringBuilder to allow simple creating of Strings from base Strings with variable arguments and proper punctuation

2018-07-16 Thread Darryl Smith (JIRA)
[ https://issues.apache.org/jira/browse/LANG-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl Smith updated LANG-782: -- Attachment: AffixBuilder.java > Specialized StringBuilder to allow simple creating of Strings from base

[jira] [Updated] (LANG-782) Specialized StringBuilder to allow simple creating of Strings from base Strings with variable arguments and proper punctuation

2013-10-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-782: --- Fix Version/s: Review Patch Specialized StringBuilder to allow simple creating of Strings from base

[jira] [Updated] (LANG-782) Specialized StringBuilder to allow simple creating of Strings from base Strings with variable arguments and proper punctuation

2011-12-15 Thread Darryl Smith (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl Smith updated LANG-782: -- Attachment: EnhancedBuilder.java A working PoC with a 'test case ' in the main method.