File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ filter {
12
12
{
13
13
matchName="scala.reflect.runtime.SymbolLoaders#TopClassCompleter.this"
14
14
problemName=IncompatibleMethTypeProblem
15
+ },
16
+ {
17
+ matchName="scala.sys.process.ProcessImpl#CompoundProcess.getExitValue"
18
+ problemName=DirectMissingMethodProblem
15
19
}
16
-
17
20
]
18
21
}
Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ filter {
12
12
{
13
13
matchName="scala.reflect.runtime.SymbolLoaders#TopClassCompleter.this"
14
14
problemName=IncompatibleMethTypeProblem
15
+ },
16
+ {
17
+ matchName="scala.sys.process.ProcessImpl#CompoundProcess.futureValue"
18
+ problemName=DirectMissingMethodProblem
19
+ },
20
+ {
21
+ matchName="scala.sys.process.ProcessImpl#CompoundProcess.futureThread"
22
+ problemName=DirectMissingMethodProblem
15
23
}
16
24
]
17
25
}
You can’t perform that action at this time.
0 commit comments