-
Notifications
You must be signed in to change notification settings - Fork 851
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
Fix being shown incorrect documentation #4494 #5701
Fix being shown incorrect documentation #4494 #5701
Conversation
ide/csl.api/test/unit/src/org/netbeans/modules/csl/api/test/CslTestBase.java
Show resolved
Hide resolved
@tmysik Could you please have a look at this? If there is no problem, let's merge it :) Thank you! |
Don't we need to increase version of the If not, feel free to merge. Thanks. |
Will increase it later :) Thank you! |
- apache#4494 - Add a new test method for checking documentation when a `QueryType` is `DOCUMENTATION` to `CslTestBase` - If `QueryType` is `DOCUMENTATION`, get a whole identifier as a prefix - Add unit tests - Increase spec versions
6b8d6ea
to
f25bbd1
Compare
Increased spec versions. |
The failing check can hardly be related, right? |
I cannot easily check it, I am on my phone only 😅 |
I'll re-run it :) |
All checks are green :) |
Great! Merging then... |
QueryType
isDOCUMENTATION
toCslTestBase
QueryType
isDOCUMENTATION
, get a whole identifier as a prefixExample
Before:
After: