Bug 562625 - Add option to enable File Search do the search process within jar files too
Summary: Add option to enable File Search do the search process within jar files too
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Search (show other bugs)
Version: 4.15   Edit
Hardware: PC Windows 10
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Platform-Search-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-29 13:01 EDT by Manuel Jordan CLA
Modified: 2020-04-29 13:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Jordan CLA 2020-04-29 13:01:55 EDT
Assuming exists the following project distribution:

MyMainProject
  ->[Maven|Gradle] Dependencies
    ->ThirdParty01.jar
     ->something.properties
    ->ThirdParty02.jar
     ->Hello.class

Currently through the File Search dialog is not possible indicate to consider in the search the jar files - it about their content - in this case the .properties and .class files.

Therefore to be able to search through either a text pattern or word for any kind of file within these jars

Would be possible add that feature?

Thanks