Skip to content

[NETBEANS-3508] Fixed compiler warnings concerning rawtypes ContextAw…#1716

Merged
lkishalmi merged 1 commit intoapache:masterfrom
mklaehn:NETBEANS-3508
Dec 4, 2019
Merged

[NETBEANS-3508] Fixed compiler warnings concerning rawtypes ContextAw…#1716
lkishalmi merged 1 commit intoapache:masterfrom
mklaehn:NETBEANS-3508

Conversation

@mklaehn
Copy link
Contributor

@mklaehn mklaehn commented Nov 30, 2019

…areService

There are compiler warnings about rawtype usage with ContextAwareService like the following

   [repeat] .../ide/spi.debugger.ui/src/org/netbeans/spi/debugger/ui/BreakpointType.java:204: warning: [rawtypes] found raw type: ContextAwareService
   [repeat]         static ContextAwareService createService(Map attrs) throws ClassNotFoundException {
   [repeat]                ^
   [repeat]   missing type arguments for generic class ContextAwareService<T>
   [repeat]   where T is a type-variable:
   [repeat]     T extends Object declared in interface ContextAwareService

The aim is to change the code such that these warnings are no longer emitted by the compiler.

@mklaehn mklaehn added the Code cleanup Label for cleanup done on the Netbeans IDE label Nov 30, 2019
@lkishalmi lkishalmi added this to the 11.3 milestone Dec 4, 2019
@lkishalmi lkishalmi merged commit fa4e925 into apache:master Dec 4, 2019
@mklaehn mklaehn deleted the NETBEANS-3508 branch December 4, 2019 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Code cleanup Label for cleanup done on the Netbeans IDE

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants