eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Random failing org.eclipse.jdt.core.tests.model.JavaSearchBugsTests2.testBug483650_0002, testBug478042_0004
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
https://github.com/eclipse-jdt/eclipse.jdt.core/pull/304
https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Github/job/PR-304/4/
```
Unexpected search results.
----------- Expected ------------
/P/src/p478042/AllMethodDeclarations01.java char p478042.AllMethodDeclarations01.foo03(Object o,String s)\n
/P/src/p478042/AllMethodDeclarations01.java int p478042.AllMethodDeclarations01.foo02(Object o)\n
/P/src/p478042/AllMethodDeclarations01.java void p478042.AllMethodDeclarations01.foo01()\n
/P/src/p478042/AllMethodDeclarations01b.java Integer p478042.AllMethodDeclarations01b.fooInt()
------------ but was ------------
/P/src/p478042/AllMethodDeclarations01.java char p478042.AllMethodDeclarations01.foo03(Object o,String s)\n
/P/src/p478042/AllMethodDeclarations01.java int p478042.AllMethodDeclarations01.foo02(Object o)\n
/P/src/p478042/AllMethodDeclarations01.java void p478042.AllMethodDeclarations01.foo01()
--------- Difference is ----------
expected:<...clarations01.foo01()[\n
/P/src/p478042/AllMethodDeclarations01b.java Integer p478042.AllMethodDeclarations01b.fooInt()]> but was:<...clarations01.foo01()[]>
```
Contributor guide
Assessment
This issue has not been assessed yet.