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/28 23:17:27 UTC

[GitHub] [netbeans] mklaehn opened a new pull request #1696: [NETBEANS-3488] Fixed compiler warnings concerning rawtypes BasicTask

mklaehn opened a new pull request #1696: [NETBEANS-3488] Fixed compiler warnings concerning rawtypes BasicTask
URL: https://github.com/apache/netbeans/pull/1696
 
 
   There are compiler warnings about rawtype usage with a BasicTask like the following
   ```
      [repeat] .../enterprise/payara.common/src/org/netbeans/modules/payara/common/BasicTask.java:235: warning: [rawtypes] found raw type: BasicTask
      [repeat]         protected StateChange(final BasicTask task, final TaskState result,
      [repeat]                                     ^
      [repeat]   missing type arguments for generic class BasicTask<V>
      [repeat]   where V is a type-variable:
      [repeat]     V extends Object declared in class BasicTask
   ```
   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