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 254938 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-02 15:18 UTC by Tomas Stupka
Modified: 2015-09-02 15:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209848


Attachments
stacktrace (4.82 KB, text/plain)
2015-09-02 15:18 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2015-09-02 15:18:43 UTC
Build: NetBeans IDE Dev (Build 20150902-184cf16a1a16)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b07, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b07
OS: Mac OS X

User Comments:
GUEST: Edited a .java-File and when i wanted to save the changes, netbeans got stuck.
When i looked at CPU and Memory usage, netbeans were using both very much but didn't change anything, it still stuck.
After closing the task and strating netbeans again the problem occured again.

GUEST: Literally any time the program is triggered to parse a class, i.e.
1. Open tab containing "damaged?" class
2. Try to reference damaged class 
(in my case:
com.alucardpawpad.BasicPlugin.Functionality.PlayerExperience.B
causes a crash immediatelly when the suggestion points to 'BlazeRodTool'
)

The class contents:
package com.alucardpawpad.BasicPlugin.Functionality.PlayerExperience;

import com.alucardpawpad.BasicPlugin.Common.Blocky;
import com.alucardpawpad.BasicPlugin.Common.Item;
import com.alucardpawpad.BasicPlugin.Data.HelpFile;
import com.alucardpawpad.BasicPlugin.Data.Items;
import com.alucardpawpad.BasicPlugin.Data.Permissions;
import com.alucardpawpad.BasicPlugin.Data.Vec;
import com.alucardpawpad.BasicPlugin.Functionality.Utility.WorldEdit;
import static com.google.common.primitives.Ints.min;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.entity.Player;
import org.bukkit.event.player.P

GUEST: Just editing/opening source-code.

GUEST: <Forne
Comment 1 Tomas Stupka 2015-09-02 15:18:45 UTC
Created attachment 155828 [details]
stacktrace