mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[247362] Pattern got copied wrong in refactoring.
This commit is contained in:
parent
c88706272b
commit
460e9feb79
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public class MIThread {
|
|||
}
|
||||
|
||||
private static Pattern fgOsIdPattern1 = Pattern.compile("(Thread\\s*)(0x[0-9a-fA-F]+|-?\\d+)(\\s*\\(LWP\\s*)(\\d*)", 0); //$NON-NLS-1$
|
||||
private static Pattern fgOsIdPattern2 = Pattern.compile("(Thread\\s*)(0x[0-9a-fA-F]+|-?\\d+)(\\s*\\(LWP\\s*)(\\d*)", 0); //$NON-NLS-1$
|
||||
private static Pattern fgOsIdPattern2 = Pattern.compile("Thread\\s*\\d+\\.(\\d+)", 0); //$NON-NLS-1$
|
||||
|
||||
private static String parseOsId(String str) {
|
||||
// General format:
|
||||
|
|
Loading…
Add table
Reference in a new issue