This is an automated email from the ASF dual-hosted git repository.

bwalker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 1057945a396c808e2c3c0aecab6a641920dbbf8f
Merge: cb7da0cf216 3894c620aac
Author: Brad Walker <[email protected]>
AuthorDate: Mon Jan 13 23:24:16 2025 -0700

    Merge pull request #8147 from BradWalker/cleanup_hashset_warnings
    
    Cleanup the few remaining HashSet warnings.. Reduce warnings that look like 
this:
    
    [repeat] 
/home/bwalker/src/netbeans/enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerInstance.java:144:
 warning: [rawtypes] found raw type: HashSet
    [repeat] private final Set targetsStartedByIde = new HashSet(); // valued 
by target name
    [repeat] ^
    [repeat] missing type arguments for generic class HashSet
    [repeat] where E is a type-variable:
    [repeat] E extends Object declared in class HashSet

 .../org/netbeans/modules/j2ee/deployment/impl/ServerInstance.java   | 2 +-
 .../modules/web/jsf/navigation/graph/actions/MapActionUtility.java  | 2 +-
 .../org/netbeans/modules/j2ee/persistence/provider/Provider.java    | 2 +-
 .../modules/j2ee/persistence/wizard/fromdb/TableClosure.java        | 2 +-
 .../org/netbeans/modules/javascript2/editor/FSCompletionItem.java   | 4 ++--
 .../org/netbeans/modules/javascript2/editor/JsCompletionItem.java   | 6 +++---
 6 files changed, 9 insertions(+), 9 deletions(-)


---------------------------------------------------------------------
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

Reply via email to