|
|
|
@ -218,7 +218,7 @@ public class CommitTabbedPane extends JComponent implements MouseListener, Mous
|
|
|
|
|
while (true) { |
|
|
|
|
//从提交1开始
|
|
|
|
|
count = count == 0 ? 1 : count; |
|
|
|
|
String newName = prefix + StringUtils.BLANK + count; |
|
|
|
|
String newName = prefix + count; |
|
|
|
|
boolean repeated = false; |
|
|
|
|
for (int i= 0;i < getTabCount();i++) { |
|
|
|
|
if (ComparatorUtils.equals( ((DBManipulationPane)dbManipulationPaneList.get(i)).getSubMitName(), newName)) { |
|
|
|
|