Commit 20900a7
authored
Limit launch config name length to 10 characters in .temp file (#232)
The `createFileForArgument` method in `JavaLaunchingUtils` was
generating file names that were too long. This caused some unexpected
behavior. To fix this, the maximum launch config name length is limited
to 10 characters. If the launch config name is longer than 10
characters, it is truncated to the first 10 characters.
Fixes: #971 parent cc3709e commit 20900a7
1 file changed
Lines changed: 4 additions & 0 deletions
File tree
- org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
0 commit comments