This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268739

Summary: <PT-BR>O código da descrição causa uma exceção no Netbeans, provavelmente na hora de verificar sintaxe e semantica</PT-BR>
Product: ide Reporter: FlavioRo96
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.0.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: Log do IDE

Description FlavioRo96 2016-10-29 19:06:07 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_91
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.91-b14



package br.com.controlestoque.dao;

import java.util.HashMap;
import java.util.Map;

abstract class BancoDeDados<K, V> {
    public <Class<K>, <Class<V> static final Map<Class<K>, Class<V>> BANCO = new HashMap<>();
    
    public Collection<V> consultarTodos()
    {
        return null
    }
    
    static <Class<K>> Class<V>> void a(Class<K> q, Class<V> a)
    {
    }
    
}
Comment 1 FlavioRo96 2016-10-29 19:06:15 UTC
Created attachment 162683 [details]
Log do IDE