matthiasblaesing commented on code in PR #7597:
URL: https://github.com/apache/netbeans/pull/7597#discussion_r1912463853
##########
enterprise/websvc.clientapi/src/org/netbeans/modules/websvc/api/jaxws/client/JAXWSClientView.java:
##########
@@ -39,7 +39,7 @@
public final class JAXWSClientView {
private JAXWSClientViewImpl impl;
- private static final Lookup.Result implementations =
+ private static final Lookup.Result<?> implementations =
Review Comment:
Intentionally not applied?
##########
ide/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/FoldViewFactory.java:
##########
@@ -104,7 +104,7 @@ public static void register() {
/**
* Lookup results for color settings, being listened for changes.
*/
- private Lookup.Result colorSource;
+ private Lookup.Result<?> colorSource;
Review Comment:
Intentionally not applied?
##########
enterprise/websvc.clientapi/src/org/netbeans/modules/websvc/api/client/WebServicesClientView.java:
##########
@@ -41,7 +41,7 @@
public final class WebServicesClientView {
private WebServicesClientViewImpl impl;
- private static final Lookup.Result implementations =
+ private static final Lookup.Result<?> implementations =
Review Comment:
This is still a wildcard `?`, not the `WebServicesClientViewProvider` class.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists