[ 
https://issues.apache.org/jira/browse/NETBEANS-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880701#comment-16880701
 ] 

Michael D Billman commented on NETBEANS-2794:
---------------------------------------------

Had some additional time to play around with this...it seems any time I try to 
pull resources back in, I start to get issues.  Another thing I noticed is that 
I had to rename some empty directories that are referenced as potential future 
placeholders (e.g. Resources directory is empty).  I was able to get it to work 
with just 

sourceSets {
  main {
    java {
      srcDirs = ['Src']
    }
  }
}

But that's it.  Ideally, it would be good to keep the other entries.

Mike



> Alt+F7 find usages not working in gradle project
> ------------------------------------------------
>
>                 Key: NETBEANS-2794
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2794
>             Project: NetBeans
>          Issue Type: Bug
>          Components: projects - Gradle
>    Affects Versions: 11.1
>            Reporter: Michael D Billman
>            Assignee: Laszlo Kishalmi
>            Priority: Major
>         Attachments: Test.zip, image-2019-07-03-13-28-42-721.png, 
> image-2019-07-03-13-29-06-221.png, messages.log
>
>
> I am having trouble with find usages not returning any results.  Sample 
> project attached.
> public class CartonLocationNoticeMsg extends CartonLocationNotice
> {
> }
> ...
> public class CartonLocationNotice
> {
> }
> !image-2019-07-03-13-28-42-721.png!
> !image-2019-07-03-13-29-06-221.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to