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 195899 - AbstractMethodError at org.netbeans.modules.cnd.modelimpl.repository.KeyUtilities.getKeyEndOffset
Summary: AbstractMethodError at org.netbeans.modules.cnd.modelimpl.repository.KeyUtili...
Status: RESOLVED INCOMPLETE
Alias: None
Product: nblocalization
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@nblocalization
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 19:09 UTC by Exceptions Reporter
Modified: 2011-05-04 09:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176790


Attachments
stacktrace (4.66 KB, text/plain)
2011-02-23 19:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-02-23 19:09:07 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: OpenJDK Client VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

Stacktrace: 
java.lang.AbstractMethodError
   at org.netbeans.modules.cnd.modelimpl.repository.KeyUtilities.getKeyEndOffset(KeyUtilities.java:210)
   at org.netbeans.modules.cnd.modelimpl.uid.UIDUtilities.getEndOffset(UIDUtilities.java:305)
   at org.netbeans.modules.cnd.modelimpl.impl.services.SelectImpl$FilterBuilder$OffsetFilterImpl.accept(SelectImpl.java:435)
   at org.netbeans.modules.cnd.modelimpl.uid.LazyCsmCollection$MySafeIterator.getNextNonNull(LazyCsmCollection.java:279)
   at org.netbeans.modules.cnd.modelimpl.uid.LazyCsmCollection$MySafeIterator.next(LazyCsmCollection.java:290)
   at org.netbeans.modules.cnd.modelimpl.csm.resolver.Resolver3.gatherMaps(Resolver3.java:411)
Comment 1 Exceptions Reporter 2011-02-23 19:09:11 UTC
Created attachment 106371 [details]
stacktrace
Comment 2 Alexander Simon 2011-02-24 17:02:25 UTC
Reassign to evaluation.
Comment 3 Ondrej Vrabec 2011-02-24 19:24:15 UTC
Thanks for reassigning this to installer. Several notes
What does this have to do with installer? The problem is in cnd, probably some change in an abstract method parameters, i don't know. You're the owner.
The report looks weird, there's no trace of this error in the message log, so i suggest you reproduce again and attach the correct one.
If you can reproduce i suggest you debug it and at least identify the class name of the problematic instance (from the stacktrace i believe it's a descendant from OffsetableKey.java.
What makes this a P2?

Until you answer at least some of these questions, i'm reassigning back. IMO reassigning high priority bugs without a proper justification (as you have done this week several times already) is a very professional attitude. Thanks
Comment 4 Vladimir Voskresensky 2011-02-24 22:04:51 UTC
Russian version of IDE.. probably had incorrectly built modules.
Comment 5 Alexander Simon 2011-03-04 10:18:55 UTC
explanation #4 does not good enough to close issue
Comment 6 Alexander Simon 2011-03-05 12:32:21 UTC
It seems problem in incorrect localization.
Reassign to evaluation.
Comment 7 Masaki Katakai 2011-03-07 00:35:08 UTC
Thank you very much for filing issues, Alexander.

Could you tell us the steps to reproduce?

I have fixed some possible errors for RU translations yesterday and
I hope it will fix this issue too. You can download it from daily build.

http://bits.netbeans.org/download/trunk/nightly/latest/
Comment 8 Vladimir Voskresensky 2011-05-04 09:48:05 UTC
no reports since then. and message.log has a lot of other errors related to localization + may be OpenJDK related?