You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/11/30 17:13:50 UTC

[GitHub] [netbeans] mklaehn opened a new pull request #1708: [NETBEANS-3502] Fixed compiler warnings concerning rawtypes ReadOnly

mklaehn opened a new pull request #1708: [NETBEANS-3502] Fixed compiler warnings concerning rawtypes ReadOnly
URL: https://github.com/apache/netbeans/pull/1708
 
 
   There are compiler warnings about rawtype usage with a ReadOnly like the following
   ```
      [repeat] .../websvccommon/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/nodes/WsdlPortNode.java:127: warning: [rawtypes] found raw type: ReadOnly
      [repeat]         ss.put( new PropertySupport.ReadOnly( "URL", // NOI18N
      [repeat]                                    ^
      [repeat]   missing type arguments for generic class ReadOnly<T>
      [repeat]   where T is a type-variable:
      [repeat]     T extends Object declared in class ReadOnly
   ```
   The aim is to change the code such that these warnings are no longer emitted by the compiler.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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