Tommy Rogers 8 лет назад
Родитель
Сommit
de2edcef4d
2 измененных файлов: 6 добавлений и 6 удалений
  1. 1
    1
      StringArrayUtils.java
  2. 5
    5
      package.bluej

+ 1
- 1
StringArrayUtils.java Просмотреть файл

@@ -167,9 +167,9 @@ public class StringArrayUtils {
167 167
                 newArray[j] += array[x];
168 168
             }
169 169
             else{
170
+                j++;
170 171
                 newArray[j] = array[x];
171 172
                 previous = array[x];
172
-                j++;
173 173
             }
174 174
         }
175 175
         return newArray;

+ 5
- 5
package.bluej Просмотреть файл

@@ -3,17 +3,17 @@ dependency1.from=StringArrayUtilsTest
3 3
 dependency1.to=StringArrayUtils
4 4
 dependency1.type=UsesDependency
5 5
 editor.fx.0.height=722
6
-editor.fx.0.width=1053
7
-editor.fx.0.x=-391
8
-editor.fx.0.y=-1057
6
+editor.fx.0.width=800
7
+editor.fx.0.x=20
8
+editor.fx.0.y=29
9 9
 objectbench.height=164
10 10
 objectbench.width=776
11 11
 package.divider.horizontal=0.6
12 12
 package.divider.vertical=0.6845018450184502
13 13
 package.editor.height=364
14 14
 package.editor.width=674
15
-package.editor.x=8
16
-package.editor.y=49
15
+package.editor.x=399
16
+package.editor.y=155
17 17
 package.frame.height=600
18 18
 package.frame.width=800
19 19
 package.numDependencies=1