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 267702 - AssertionError at org.netbeans.modules.maven.indexer.api.RepositoryQueries.getLoadedContexts
Summary: AssertionError at org.netbeans.modules.maven.indexer.api.RepositoryQueries.ge...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-25 14:51 UTC by javydreamercsw
Modified: 2016-09-01 01:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225918


Attachments
stacktrace (976 bytes, text/plain)
2016-08-25 14:51 UTC, javydreamercsw
Details
stacktrace (976 bytes, text/plain)
2016-08-26 14:24 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2016-08-25 14:51:54 UTC
Build: NetBeans IDE Dev (Build 201608230002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
javydreamercsw: Did an usage search.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.maven.indexer.api.RepositoryQueries.getLoadedContexts(RepositoryQueries.java:580)
   at org.netbeans.modules.maven.refactoring.MavenRefactoringPlugin.prepare(MavenRefactoringPlugin.java:113)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:442)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:426)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.prepare(AbstractRefactoring.java:237)
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$Prepare$2.run(ParametersPanel.java:1058)
Comment 1 javydreamercsw 2016-08-25 14:51:56 UTC
Created attachment 161765 [details]
stacktrace
Comment 2 javydreamercsw 2016-08-26 14:24:33 UTC
Created attachment 161782 [details]
stacktrace

Usage search from editor (right-click) on a method in an interface.
Comment 3 Tomas Stupka 2016-08-31 09:30:21 UTC
fixed in jet-main #6e0053162ae7
Comment 4 Quality Engineering 2016-09-01 01:52:35 UTC
Integrated into 'main-silver', will be available in build *201609010002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6e0053162ae7
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #267702 - AssertionError at org.netbeans.modules.maven.indexer.api.RepositoryQueries.getLoadedContexts