Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find in Projects not working in NetBeans 24 #8064

Open
stant opened this issue Dec 16, 2024 · 7 comments
Open

Find in Projects not working in NetBeans 24 #8064

stant opened this issue Dec 16, 2024 · 7 comments
Labels
kind:bug Bug report or fix UI User Interface

Comments

@stant
Copy link

stant commented Dec 16, 2024

Apache NetBeans version

Apache NetBeans 24

What happened

Just installed newest NB 24 and tried using ctrl-shift-f and anything i try to search for it finds nothing. I try a string in the code file I am in that I see in front of me and it does not find that either.

Language / Project Type / NetBeans Component

Java Spring Boot gradle project

How to reproduce

Have a java file open. hit ctrl-shift-f enter any text, like "logger" and it says match: literal. hit find and it never finds anything.

Did this work correctly in an earlier version?

Apache NetBeans 23

Operating System

Linux mypc 6.12.1-4-MANJARO #1 SMP PREEMPT_DYNAMIC Mon, 25 Nov 2024 05:36:03 +0000 x86_64 GNU/Linux

JDK

Java HotSpot(TM) 64-Bit Server VM (build 17.0.5+9-LTS-191, mixed mode, sharing)

Apache NetBeans packaging

Other

Anything else

i think it is installed with netbeans-bin 24-1 manjaro AUR package

this is newest manjaro. there are other weird things maybe just in netbeans. menu's not dropping down correctly....

Are you willing to submit a pull request?

No

@stant stant added kind:bug Bug report or fix needs:triage Requires attention from one of the committers labels Dec 16, 2024
@matthiasblaesing
Copy link
Contributor

Please provide minimal info necessary to help:

  • message.log of the session you tested the search with (View -> IDE Log)
  • screenshots of the problem

@mbien
Copy link
Member

mbien commented Dec 16, 2024

this is newest manjaro. there are other weird things maybe just in netbeans. menu's not dropping down correctly....

and

Java HotSpot(TM) 64-Bit Server VM (build 17.0.5+9-LTS-191, mixed mode, sharing)

please update the JDK to the latest update release. Manjaro does have all up to date packages in its repo.

$ archlinux-java status
Available Java environments:
  java-11-openjdk
  java-17-openjdk (default)
  java-21-openjdk
  java-23-openjdk
$ java -version
openjdk version "17.0.13" 2024-10-15
OpenJDK Runtime Environment (build 17.0.13+11)
OpenJDK 64-Bit Server VM (build 17.0.13+11, mixed mode, sharing)

i think it is installed with netbeans-bin 24-1 manjaro AUR package

the arch user repo is a collection of user maintained build scripts. We can only support the artifacts you can find on the download page. If something is broken there - we can't fix it.

@mbien mbien added the os:linux label Dec 16, 2024
@hichamglia
Copy link

hichamglia commented Dec 16, 2024

Same issue here with JDK21 and macOS 15.1.1

@matthiasblaesing
Copy link
Contributor

Guys, seriously, you are developers, how do you expect people to help you, if you don't provide basic information?I suspect, that search is working, you are just not seeing the result, that can be trivially be fixed (by you)

@matthiasblaesing
Copy link
Contributor

What I mean is, could it be, that you get a search result and it looks like this:

grafik

Then, just pull open the result area:

grafik

I saw this a few times, but currently all instances work as they should.

@salochin
Copy link

Ubuntu auto updated me yesterday to from NB23 to NB24. I had what appeared to be the exact same issue of no search results that I could see. I almost rolled back to ND23. Your suggestion of just pulling open the hidden results worked for me. Even after you told me where to look, it look me a bit to figure out where to drag.

@mbien mbien added UI User Interface and removed os:linux labels Dec 18, 2024
@mbien
Copy link
Member

mbien commented Dec 18, 2024

the search results panel probably needs a minimal width set so that it can't completely collapse. Usages/Refactoring doesn't seem to have the same problem - haven't checked the other inspection windows.

this is newest manjaro. there are other weird things maybe just in netbeans. menu's not dropping down correctly....

turns out this remark was a red herring if this issue is just about a panel splitter

@mbien mbien removed the needs:triage Requires attention from one of the committers label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Bug report or fix UI User Interface
Projects
None yet
Development

No branches or pull requests

5 participants