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 - <PT-BR>O código da descrição causa uma exceção no Netbeans, provavelmente na hora de verificar sintaxe e semantica</PT-BR>
Summary: <PT-BR>O código da descrição causa uma exceção no Netbeans, provavelmente na ...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0.2
Hardware: PC Windows 10
: P2 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-29 19:06 UTC by FlavioRo96
Modified: 2016-10-29 19:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log do IDE (75.23 KB, text/plain)
2016-10-29 19:06 UTC, FlavioRo96
Details

Note You need to log in before you can comment on or make changes to this bug.
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