Eclipse search results are missing when there are exactly 404 matches?

Specification

  • Eclipse: SpringSource Toolkit
  • Version: 2.9.1.RELEASE
  • Build Code: 201203221000

What am I doing:

  • Search β†’ File
  • Contains the text: "subtitle"
  • Filename patterns: "* ,! * jquery.js ,! * min.js"
  • Scope: workspace
  • Click Search

What I expect:

  • The "Search" tab will show the search results for the "subtitle".

What's happening:

  • The Search tab starts searching for results and places them on the tab.
  • The number of matches stops at 404, since there are exactly so many β€œsubtitle” instances in my workspace.
  • The file / directory names of each result become empty.

My suggestion for duplication:

  • Create a test workspace with exactly 404 instances of the word.
  • Find him.

My theory:

Eclipse developers were messing with me. I hope this is not true, but I do not understand why else this will be done. Can anyone else duplicate this and / or explain this?

Update:

After much more use of Eclipse, the same result seems random (file / directory names are empty). This happens sequentially when there are 404 results, but also happens randomly with other amounts.

+6
source share
1 answer

Workaround. I found that I could switch to a different perspective, and that gave me my search results.

+3
source

Source: https://habr.com/ru/post/922320/


All Articles