-
Notifications
You must be signed in to change notification settings - Fork 83
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
Could not auto complete class from jar file #410
Comments
When you open java file, what is content of |
Hi @artur-shaik , the content is same as what I set:
|
So, is it working after you compiled |
Hi @artur-shaik , still not work after compiling |
Is server up? Can you run command |
The server is up. Following is the output of command
|
Hm, what about vim side logs?
|
Following is the
|
Lets now see with what arguments server starting up.
|
Following are the logs:
|
Does this file Now we can try to look at server logs:
|
@artur-shaik , the file |
Can you try to do it several times. Sometimes it shows empty buffer.
16 ноября 2018 г. 14:57:56 GMT+06:00, Hongbo Liu <notifications@github.com> пишет:
…
@artur-shaik , the file `hadoop-common-2.2.0.jar` exists and I could
open it in Vim. I executed the commands you provided, but there was
nothing in the `__JCServer_Log_Buffer__` buffer:
![image](https://user-images.githubusercontent.com/2898670/48611223-bb4a4700-e9c0-11e8-8d95-a7ecc9831a22.png)
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#410 (comment)
|
@artur-shaik Tried several times, still got nothing. |
Hm, strange.
|
The logs are stored in following file. |
Looks ok. What about java's packages? Does it complete `java.util.`?
…On 11-18 (22:36), Hongbo Liu wrote:
The logs are stored in following file.
[1]java.log
—
You are receiving this because you were mentioned.
Reply to this email directly, [2]view it on GitHub, or [3]mute the thread.
References
Visible links
1. https://github.com/artur-shaik/vim-javacomplete2/files/2594044/java.log
2. #410 (comment)
3. https://github.com/notifications/unsubscribe-auth/AEozu8SQxi5TmsB3Tr935M6_MWhRVCjRks5uwlF2gaJpZM4YQHtC
--
Best regards,
Artur Shaikhullin
|
The java package like |
One more thing. Can you clean `~/.cache/javacomplete2` directory, then
run vim, and show server logs.
…On 11-19 (01:28), Hongbo Liu wrote:
The java package like java.util could be completed successfully.
—
You are receiving this because you were mentioned.
Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.
References
Visible links
1. #410 (comment)
2. https://github.com/notifications/unsubscribe-auth/AEozu9djufgVabRJ3o2OrytXUu4bwNf6ks5uwnnQgaJpZM4YQHtC
--
Best regards,
Artur Shaikhullin
|
Do I need to set the log level to |
Yes.
…On 11-19 (01:40), Hongbo Liu wrote:
Do I need to set the log level to trace?
—
You are receiving this because you were mentioned.
Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.
References
Visible links
1. #410 (comment)
2. https://github.com/notifications/unsubscribe-auth/AEozu7UdKIT6kBCdlRYPE8b-I30g3Bu9ks5uwnyagaJpZM4YQHtC
--
Best regards,
Artur Shaikhullin
|
Here is the logs after clear the cache directory. |
Hm, I don't see that data was going to be collected again. Did you open java file exactly after you removed |
Yes, I open a java file after remove the cache directory. |
Is there anything now?
20 ноября 2018 г. 9:01:37 GMT+06:00, Hongbo Liu <notifications@github.com> пишет:
…Yes, I open a java file after remove the cache directory.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#410 (comment)
|
Still could not complete class from |
Sorry, I mean is anything in |
@artur-shaik There is file in the cache directory. |
Can you attach this file?
…On 11-20 (18:40), Hongbo Liu wrote:
***@***.*** There is file in the cache directory.
[2]image
—
You are receiving this because you were mentioned.
Reply to this email directly, [3]view it on GitHub, or [4]mute the thread.
References
Visible links
1. https://github.com/artur-shaik
2. https://user-images.githubusercontent.com/2898670/48815569-daa6f280-ed79-11e8-8a26-ab8d0a66784a.png
3. #410 (comment)
4. https://github.com/notifications/unsubscribe-auth/AEozu9gRiPT60kqUhY4bdSf7yQIRtu5_ks5uxL0hgaJpZM4YQHtC
--
Best regards,
Artur Shaikhullin
|
Of course: |
@hiberabyss thank you, for participation |
Actual behavior (Required!)
Even with following setting:
The following imports still could not be autocompleted, could this be supported?
The text was updated successfully, but these errors were encountered: