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 258456 - java.util.ConcurrentModificationException at org.netbeans.modules.mylyn.util.MylynSupport.createTask(MylynSupport.java:361)
Summary: java.util.ConcurrentModificationException at org.netbeans.modules.mylyn.util....
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-21 06:52 UTC by luosoy
Modified: 2016-08-03 09:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE 日志 (239.15 KB, text/plain)
2016-03-21 06:53 UTC, luosoy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luosoy 2016-03-21 06:52:33 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_74
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.74-b02

再现性: 每次都发生

步骤:
  * 在项目上点击右键弹出菜单
  * 右键菜单太长,导致“属性”等选项没有办法选择到

实际情况:
  “属性”没有办法选择

预期情况:
  右键菜单太长时能够自动给一个向下的箭头,点击向下的箭头可以查看到其他选
Comment 1 luosoy 2016-03-21 06:53:28 UTC
Created attachment 158940 [details]
IDE 日志
Comment 2 Jiri Prox 2016-03-21 15:50:54 UTC
Can you please provide screenshot of the problem?

Please use English only!

Thanks
Comment 3 markiewb 2016-07-27 22:15:59 UTC
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent$5
java.util.ConcurrentModificationException
	at java.util.ArrayList.sort(ArrayList.java:1456)
	at java.util.Collections.sort(Collections.java:141)
	at org.eclipse.mylyn.internal.bugzilla.core.BugzillaTaskDataHandler.initializeNewTaskDataAttributes(BugzillaTaskDataHandler.java:551)
	at org.eclipse.mylyn.internal.bugzilla.core.BugzillaTaskDataHandler.initializeTaskData(BugzillaTaskDataHandler.java:468)
	at org.netbeans.modules.mylyn.util.MylynSupport.createTask(MylynSupport.java:361)
	at org.netbeans.modules.bugzilla.repository.BugzillaRepository.createIssue(BugzillaRepository.java:182)
	at org.netbeans.modules.bugzilla.BugzillaRepositoryProvider.createIssue(BugzillaRepositoryProvider.java:85)
	at org.netbeans.modules.bugzilla.BugzillaRepositoryProvider.createIssue(BugzillaRepositoryProvider.java:56)
	at org.netbeans.modules.bugtracking.RepositoryImpl.createNewIssue(RepositoryImpl.java:265)
	at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent$5.run(IssueTopComponent.java:413)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 4 Tomas Stupka 2016-08-03 09:43:57 UTC
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent$5
> java.util.ConcurrentModificationException
original report was about something completely different:

Reproducibility: every occurrence

step:
   * Right click on the pop-up menu items
   * Right-click menu is too long, resulting in the "Properties" option and so there is no way to choose

The actual situation:
   "Properties" no way to choose

Expected situation:
   When the right-click menu is too long to automatically give a down arrow, click on the down arrow to view additional options

reporter please provide screenshot of the problem as requested

reassigning back (not sure were this belongs)