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 191620 - AssertionError: limitOffset=73006 > docTextLength=72974
Summary: AssertionError: limitOffset=73006 > docTextLength=72974
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: All All
: P1 normal with 3 votes (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 189675 190062 192397 193858 194901 194909 195035 195036 195038 195089 195098 195169 195202 195205 195227 195236 195269 195273 195281 195299 195313 195317 195319 195322 195332 195347 195348 195351 195352 195353 195355 195364 195390 195452 195458 195483 195518 195522 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-04 01:05 UTC by alied
Modified: 2011-03-19 19:22 UTC (History)
89 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172597


Attachments
stacktrace (3.62 KB, text/plain)
2010-11-04 01:05 UTC, alied
Details
stacktrace (2.02 KB, text/plain)
2010-12-26 19:00 UTC, schkovich
Details
stacktrace (1.63 KB, text/plain)
2011-02-02 07:19 UTC, Martin Fousek
Details
stacktrace (1.63 KB, text/plain)
2011-02-03 04:25 UTC, javydreamercsw
Details
stacktrace (1.63 KB, text/plain)
2011-02-05 16:02 UTC, rcasha
Details
stacktrace (1.63 KB, text/plain)
2011-02-07 05:35 UTC, manikantannaren
Details
stacktrace (1.19 KB, text/plain)
2011-02-08 12:17 UTC, pbelbin
Details
stacktrace (1.82 KB, text/plain)
2011-02-08 17:22 UTC, chronosmark
Details
stacktrace (4.08 KB, text/plain)
2011-02-08 23:00 UTC, Michel Graciano
Details
stacktrace (4.50 KB, text/plain)
2011-02-09 01:39 UTC, esmithbss
Details
stacktrace (3.85 KB, text/plain)
2011-02-09 02:09 UTC, esmithbss
Details
stacktrace (1.82 KB, text/plain)
2011-02-09 02:12 UTC, esmithbss
Details
stacktrace (1.63 KB, text/plain)
2011-02-09 03:48 UTC, leonhad
Details
stacktrace (1.83 KB, text/plain)
2011-02-09 03:51 UTC, misterm
Details
stacktrace (1.82 KB, text/plain)
2011-02-09 03:54 UTC, misterm
Details
stacktrace (1.82 KB, text/plain)
2011-02-09 03:57 UTC, misterm
Details
stacktrace (1.82 KB, text/plain)
2011-02-09 14:42 UTC, mbiastoch
Details
stacktrace (1.82 KB, text/plain)
2011-02-10 03:42 UTC, schkovich
Details
stacktrace (4.56 KB, text/plain)
2011-02-10 06:23 UTC, Vladimir Voskresensky
Details
stacktrace (3.63 KB, text/plain)
2011-02-10 08:24 UTC, schkovich
Details
stacktrace (4.56 KB, text/plain)
2011-02-10 08:57 UTC, Vladimir Voskresensky
Details
stacktrace (5.58 KB, text/plain)
2011-02-10 13:21 UTC, Stepan Zebra
Details
IDE log (48.18 KB, text/x-log)
2011-02-11 10:29 UTC, mithridates
Details
stacktrace (4.88 KB, text/plain)
2011-02-11 14:49 UTC, aldobrucale
Details
stacktrace (4.56 KB, text/plain)
2011-02-11 14:58 UTC, host
Details
stacktrace (4.88 KB, text/plain)
2011-02-11 16:58 UTC, gholmer
Details
stacktrace (5.53 KB, text/plain)
2011-02-11 17:01 UTC, stefan79
Details
stacktrace (4.56 KB, text/plain)
2011-02-11 17:07 UTC, stefan79
Details
stacktrace (5.66 KB, text/plain)
2011-02-11 18:22 UTC, stefan79
Details
stacktrace (6.12 KB, text/plain)
2011-02-11 20:31 UTC, aquaglia
Details
stacktrace (4.78 KB, text/plain)
2011-02-11 22:34 UTC, tbrunhoff
Details
stacktrace (4.78 KB, text/plain)
2011-02-11 22:37 UTC, tbrunhoff
Details
stacktrace (4.78 KB, text/plain)
2011-02-11 22:40 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2010-11-04 01:05:20 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
flexjoly: tis is driving me crazy
just installed the latest nightly build
but this problem still occurs

it mostly happens when deleting or overwriting something
when it starts the error keeps coming whenever you click or type in the editor

karel_barel: wrote and wanted to expand code template

alied: after a refactoring Move inner to outter level

mklaehn: doubleclicking in editor (happened after quite some time)




Stacktrace: 
java.lang.AssertionError: limitOffset=73006 > docTextLength=72974
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:348)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:291)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:137)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.checkRebuild(ViewUpdates.java:574)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates$FactoriesListener.viewFactoryChanged(ViewUpdates.java:603)
   at org.netbeans.modules.editor.lib2.view.EditorViewFactory.fireEvent(EditorViewFactory.java:224)
Comment 1 alied 2010-11-04 01:05:24 UTC
Created attachment 102789 [details]
stacktrace
Comment 2 schkovich 2010-12-26 19:00:41 UTC
Created attachment 104507 [details]
stacktrace

to reproduce: create new ini file, select name ot the line 3 and start typing
Comment 3 schkovich 2010-12-27 00:55:26 UTC
It appears to me that this bug is related to http://netbeans.org/bugzilla/show_bug.cgi?id=187529
Comment 4 Martin Fousek 2011-02-02 07:19:51 UTC
Created attachment 105585 [details]
stacktrace

- refractored (renamed) class in the src dir of web application
Comment 5 Exceptions Reporter 2011-02-02 07:20:06 UTC
This bug already has 100 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=172597
Comment 6 Miloslav Metelka 2011-02-02 09:17:52 UTC
*** Bug 194901 has been marked as a duplicate of this bug. ***
Comment 7 Sc0tTyXL 2011-02-02 12:38:29 UTC
Any progress ? It's become really quite annoying.
Comment 8 Miloslav Metelka 2011-02-02 14:58:58 UTC
I have added some extra diagnostic info so please test the new build with the integrated changeset.
I'm unable to reproduce the problem, it's random - P2 priority. The steps

"create new ini file, select name ot the line 3 and start typing" generate other 
(lexer related) exception for me.

http://hg.netbeans.org/jet-main/rev/372b74854a73
Comment 9 javydreamercsw 2011-02-03 04:25:50 UTC
Created attachment 105608 [details]
stacktrace

Highlighted some code and tried to delete it.
Comment 10 Quality Engineering 2011-02-03 05:52:16 UTC
Integrated into 'main-golden', will be available in build *201102030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/372b74854a73
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #191620 - AssertionError: limitOffset=73006 > docTextLength=72974 - more diagnostic info and locking checks.
Comment 11 rcasha 2011-02-05 16:02:31 UTC
Created attachment 105674 [details]
stacktrace

typing into java editor
Comment 12 manikantannaren 2011-02-07 05:35:33 UTC
Created attachment 105694 [details]
stacktrace

1. Created a Java project
2. Registered an instance of Java derby database
3. created tables in the instance
4. Ran the Hibernate configuration, reverse engineering and mapping wizards to generate POJOs and 
hibernate configurations
5. Created a main class
6. Typed in Configuration configuration = new Configuration();
7. Tried to use auto-import on the Configuration class.
8. Got this error.
Comment 13 Miloslav Metelka 2011-02-07 12:55:14 UTC
*** Bug 189675 has been marked as a duplicate of this bug. ***
Comment 14 Miloslav Metelka 2011-02-07 12:55:20 UTC
*** Bug 190062 has been marked as a duplicate of this bug. ***
Comment 15 Miloslav Metelka 2011-02-07 12:55:29 UTC
*** Bug 192397 has been marked as a duplicate of this bug. ***
Comment 16 Miloslav Metelka 2011-02-07 12:55:36 UTC
*** Bug 193858 has been marked as a duplicate of this bug. ***
Comment 17 Miloslav Metelka 2011-02-07 12:55:43 UTC
*** Bug 194909 has been marked as a duplicate of this bug. ***
Comment 18 Miloslav Metelka 2011-02-07 12:55:50 UTC
*** Bug 195035 has been marked as a duplicate of this bug. ***
Comment 19 Miloslav Metelka 2011-02-07 12:55:55 UTC
*** Bug 195036 has been marked as a duplicate of this bug. ***
Comment 20 Miloslav Metelka 2011-02-07 12:56:09 UTC
*** Bug 195038 has been marked as a duplicate of this bug. ***
Comment 21 Miloslav Metelka 2011-02-07 12:56:16 UTC
*** Bug 195089 has been marked as a duplicate of this bug. ***
Comment 22 Miloslav Metelka 2011-02-07 12:56:24 UTC
*** Bug 195098 has been marked as a duplicate of this bug. ***
Comment 23 pbelbin 2011-02-08 12:17:36 UTC
Created attachment 105731 [details]
stacktrace

while editing an html file, I highlighted and hit delete to remove a comment that was ahead of the <!DOCTYPE tag.

ie:

<!--
blah blah blah
-->
<!DOCTYPE.....

I highlighted the area in comments (ie: the first 3 lines) then hit the delete key, and thereafter received the exception complaint.
Comment 24 Jan Lahoda 2011-02-08 13:20:53 UTC
*** Bug 195169 has been marked as a duplicate of this bug. ***
Comment 25 aquaglia 2011-02-08 13:27:57 UTC
Sorry but this is a P1.
The latest build is utterly unusable. I switched back to the one of yesterday.
Comment 26 Marian Mirilovic 2011-02-08 14:17:37 UTC
Agreed with P1, this is a stopper for Beta 2.
Comment 27 chronosmark 2011-02-08 17:22:10 UTC
Created attachment 105741 [details]
stacktrace

Error occured while autocompleting a $_SESSION variable.
Comment 28 Jan Lahoda 2011-02-08 21:30:07 UTC
*** Bug 195202 has been marked as a duplicate of this bug. ***
Comment 29 Michel Graciano 2011-02-08 23:00:49 UTC
Created attachment 105766 [details]
stacktrace
Comment 30 Marian Mirilovic 2011-02-08 23:24:22 UTC
*** Bug 195205 has been marked as a duplicate of this bug. ***
Comment 31 esmithbss 2011-02-09 01:39:49 UTC
Created attachment 105772 [details]
stacktrace

Attempted to cut a selection from a file.  The cut of selected text didn't respond immediately.  Instead, cut entire content.
Used Paste operation to restore file.

Exception thrown at end of paste.
Comment 32 esmithbss 2011-02-09 02:09:50 UTC
Created attachment 105773 [details]
stacktrace

Attempting to delete a highlighted file section by selecting multiple lines of data and hitting delete.
Comment 33 esmithbss 2011-02-09 02:12:49 UTC
Created attachment 105774 [details]
stacktrace

Clicked within a file and received a FastItem exception
Comment 34 leonhad 2011-02-09 03:48:49 UTC
Created attachment 105775 [details]
stacktrace
Comment 35 misterm 2011-02-09 03:51:48 UTC
Created attachment 105776 [details]
stacktrace
Comment 36 misterm 2011-02-09 03:54:48 UTC
Created attachment 105777 [details]
stacktrace
Comment 37 misterm 2011-02-09 03:57:48 UTC
Created attachment 105778 [details]
stacktrace
Comment 38 Miloslav Metelka 2011-02-09 13:10:39 UTC
I have went through the steps to reproduce but unfortunately they do not work for me. I've also re-inspected the code again but did not find the problem's cause. Anyway I have again added some extra checks to better diagnose the problem. Please use a build that will include them. Thanks.
http://hg.netbeans.org/jet-main/rev/32c605ea7182
Comment 39 Marian Mirilovic 2011-02-09 13:43:58 UTC
(In reply to comment #38)
> http://hg.netbeans.org/jet-main/rev/32c605ea7182

Mila, could you please integrate this logging into nb70 beta clone ASAP ? I think we will be not able to get more logging from trunk this week.
Comment 40 mbiastoch 2011-02-09 14:42:48 UTC
Created attachment 105794 [details]
stacktrace
Comment 41 evelSoft 2011-02-09 15:13:46 UTC
On my Desktop this bug appeared after upgrading from netbeans-trunk-nightly-201102040000-ml-javaee-linux.sh on 08.02.2011 via tools->plugins->...

after uninstall and back to previous version seems to be OK
Comment 42 pekarna 2011-02-09 17:31:55 UTC
Related to BZ#195227
Comment 43 Miloslav Metelka 2011-02-09 17:49:44 UTC
Extra checks transplanted into release70_beta2 branch:
32c605ea7182 transplanted to 0ee25ad4d026
Comment 44 Miloslav Metelka 2011-02-09 17:52:05 UTC
*** Bug 195227 has been marked as a duplicate of this bug. ***
Comment 45 paolosca 2011-02-09 18:26:40 UTC
More info on this bug:

Since it makes the IDE unusable and believing it was a bug in NB dev 201102080000 php linux, I made a fresh install of the 201102040000 version which has been working fine for the whole week.

After the fresh install NB has been running without a glitch for at least 6 hours until I installed the latest updates. After restarting the IDE the bug is back.

At this point I believe the bug is in one of the installed updates, here is a list of the available ones after a further fresh install of 201102040000:

Editor [1.55.0.5.11.6 -> 1.55.0.5.12.6] 
Editor Formatting Prior 6.5 Separation [1.2.0.1.5.11.6 -> 1.2.0.1.5.12.6] 
Editor Library [3.5.0.11.6 -> 3.5.0.12.6] 
Editor Macros [1.11.0.1.11 -> 1.11.0.1.12] 
Generic Languages Framework - Refactorings [1.3.0.1] 
Master Filesystem [2.29 -> 2.30] 
Text API [6.34 -> 6.35] Versioning [1.19.0.1.42.1 -> 1.20.0.1.42.1] 
Versioning Support Utilities [1.13.9.42.1 -> 1.13.10.42.1] 

Some of them were not available at the time of the first fresh install but I can't remember which.

Regards,

Paolo.
Comment 46 Vladimir Voskresensky 2011-02-10 01:44:28 UTC
100% reproducible test case on system with native file listeners:
- open any NB source file 
- add some lines (to increase file length)
- save file
- from command line do "hg revert file"
=>
1) exception
2) file's content is not reverted
3) closing file and reopening it shows correct content, but any modification into such file are not saved to disk and work is lost
Comment 47 schkovich 2011-02-10 03:42:48 UTC
Created attachment 105817 [details]
stacktrace

Overtyping text in bash script
Comment 48 Vladimir Voskresensky 2011-02-10 06:23:41 UTC
Created attachment 105823 [details]
stacktrace

swithced to IDE where file was opened and this file was updated externally to have different content
Comment 49 paolosca 2011-02-10 08:07:12 UTC
(In reply to comment #45)

If it can be of some help:

1. fresh install of 201102040000 works fine;
2. after updating netbeans the bug is back;
3. if in the modules directory I delete the following modules updates and restart everything goes back to normal:

 167455 Feb 10 02:00 org-netbeans-modules-editor-deprecated-pre65formatting.jar
 829020 Feb 10 02:00 org-netbeans-modules-editor.jar
2053594 Feb 10 02:00 org-netbeans-modules-editor-lib.jar
 172665 Feb 10 02:00 org-netbeans-modules-editor-macros.jar
 393612 Feb 10 02:00 org-openide-text.jar
Comment 50 schkovich 2011-02-10 08:24:49 UTC
Created attachment 105828 [details]
stacktrace

Exception was thrown during svn switch. I asssume that it's related to problem in editor present in this build.
Comment 51 Miloslav Metelka 2011-02-10 08:57:46 UTC
I was finally able to reproduce the problem! On one of the rack machines when running remotely with 'ssh -X' and it seems that I can reproduce it repeatedly. With that I hope to have a fix today.
Comment 52 Vladimir Voskresensky 2011-02-10 08:57:48 UTC
Created attachment 105831 [details]
stacktrace

externally hg revert modified file
Comment 53 Quality Engineering 2011-02-10 11:28:32 UTC
Integrated into 'main-golden', will be available in build *201102100500* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/32c605ea7182
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #191620 - AssertionError: limitOffset=73006 > docTextLength=72974 - additional checks added.
Comment 54 Stepan Zebra 2011-02-10 13:21:54 UTC
Created attachment 105838 [details]
stacktrace

Product Version: NetBeans IDE 7.0 Beta 2 (Build 201102100000)
Java: 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Steps to reproduce:
1. Open Subversioned project
2. Change some file
3. Right click project root in Projects tab
4. From pop-up menu select Subversion > Diff
5. Diff tab is opened and exception occurs
Comment 55 Miloslav Metelka 2011-02-10 13:43:00 UTC
Apologies, one of the checks added yesterday was too restrictive so I've just reverted it both in trunk:

http://hg.netbeans.org/jet-main/rev/9d180dd866a5

and release70_beta2:

9d180dd866a5 transplanted to b2b61f419b3a
Comment 56 Miloslav Metelka 2011-02-10 14:08:21 UTC
Apologies, 75aa5768b072 in release70_beta2 is the correct changeset in my previous post.
Comment 57 Miloslav Metelka 2011-02-11 00:54:24 UTC
Once I've removed the too restrictive assert in 9d180dd866a5 I can no longer reproduce the problem :(

I've attempted to make a hotfix so that we can possibly release the beta2:

http://hg.netbeans.org/jet-main/rev/e58c4e54d6dd

in release70_beta2:

e58c4e54d6dd transplanted to 7d71b57ffd65
Comment 58 aquaglia 2011-02-11 08:54:52 UTC
Installed build 201102100500 and I do not have the problem anymore.
Many thanks, Angelo
Comment 59 Marian Mirilovic 2011-02-11 09:06:29 UTC
*** Bug 195317 has been marked as a duplicate of this bug. ***
Comment 60 Marian Mirilovic 2011-02-11 09:06:47 UTC
*** Bug 195299 has been marked as a duplicate of this bug. ***
Comment 61 soldatov 2011-02-11 09:51:23 UTC
(In reply to comment #58)
> Installed build 201102100500 and I do not have the problem anymore.
> Many thanks, Angelo
I don't know which build you are using. I have two 20110210 builds (trunk and beta2) and this exception appears if I select any language in Formatting tab
Comment 62 aquaglia 2011-02-11 09:55:09 UTC
(In reply to comment #61)
> (In reply to comment #58)
> > Installed build 201102100500 and I do not have the problem anymore.
> > Many thanks, Angelo
> I don't know which build you are using. I have two 20110210 builds (trunk and
> beta2) and this exception appears if I select any language in Formatting tab

I am using build 201102100500
Comment 63 Marian Mirilovic 2011-02-11 09:56:36 UTC
*** Bug 195236 has been marked as a duplicate of this bug. ***
Comment 64 mithridates 2011-02-11 10:29:48 UTC
Created attachment 105858 [details]
IDE log

Problem persists with Build 201102100000. 
To reproduce:
Copy textcontent in clipboard (in my case some xml).
Create new wellformed xml-document.
Replace existing content by
ctrl-a + ctrl-v
java.lang.IllegalStateException is thrown.
See attached IDE log.
Comment 65 mithridates 2011-02-11 10:32:19 UTC
Why is priority back to p2?
Changed back to p1.
This *is* a blocker!
Comment 66 Alexander Pepin 2011-02-11 10:37:11 UTC
This is definitely P1 and a stopper for beta 2 (see #195299).
Comment 67 Marian Mirilovic 2011-02-11 10:50:18 UTC
(In reply to comment #66)
> This is definitely P1 and a stopper for beta 2 (see #195299).

Yes, it is . Mila already integrated fix into Beta2 branch (the build will be ready in 7-9 hours) as well as in the trunk (if you want to check and verify). 

On behalf a QE I have to say, we will not release Beta 2 with this issue opened, don't worry.
Comment 68 Miloslav Metelka 2011-02-11 13:09:31 UTC
Apologies for confusion and for the too restrictive check (already removed).
The hotfix http://hg.netbeans.org/jet-main/rev/e58c4e54d6dd should hopefully eliminate the problem.
I've made one more fix - views' information being logged in the exceptions no longer contains source text characters:
http://hg.netbeans.org/jet-main/rev/9869710ff0c3
release70_beta2: 9869710ff0c3 transplanted to 28fdf96e5c9b

The beta2 build (in progress) will contain all the mentioned fixes.
Comment 69 Miloslav Metelka 2011-02-11 13:15:56 UTC
*** Bug 195313 has been marked as a duplicate of this bug. ***
Comment 70 aldobrucale 2011-02-11 14:49:09 UTC
Created attachment 105875 [details]
stacktrace

Hit enter with sime java code selected
Comment 71 host 2011-02-11 14:58:09 UTC
Created attachment 105876 [details]
stacktrace
Comment 72 gholmer 2011-02-11 16:58:02 UTC
Created attachment 105883 [details]
stacktrace

Selected some text in the editor (a Java file) and hit backspace.
Comment 73 stefan79 2011-02-11 17:01:05 UTC
Created attachment 105884 [details]
stacktrace

Made a CVS-Diff.
Comment 74 stefan79 2011-02-11 17:07:05 UTC
Created attachment 105886 [details]
stacktrace
Comment 75 stefan79 2011-02-11 18:22:04 UTC
Created attachment 105895 [details]
stacktrace

CVS-Diff.
Comment 76 aquaglia 2011-02-11 20:31:04 UTC
Created attachment 105904 [details]
stacktrace
Comment 77 tbrunhoff 2011-02-11 22:34:04 UTC
Created attachment 105917 [details]
stacktrace

Deleting an entire method that was no longer needed.
Comment 78 tbrunhoff 2011-02-11 22:37:04 UTC
Created attachment 105918 [details]
stacktrace

Selecting a method and deleting it.
Comment 79 tbrunhoff 2011-02-11 22:40:04 UTC
Created attachment 105919 [details]
stacktrace

same.
Comment 80 Marian Mirilovic 2011-02-11 22:55:38 UTC
*** Bug 195364 has been marked as a duplicate of this bug. ***
Comment 81 Marian Mirilovic 2011-02-11 22:56:01 UTC
*** Bug 195355 has been marked as a duplicate of this bug. ***
Comment 82 Marian Mirilovic 2011-02-11 22:56:28 UTC
*** Bug 195353 has been marked as a duplicate of this bug. ***
Comment 83 Marian Mirilovic 2011-02-11 22:56:44 UTC
*** Bug 195352 has been marked as a duplicate of this bug. ***
Comment 84 Marian Mirilovic 2011-02-11 22:57:16 UTC
*** Bug 195348 has been marked as a duplicate of this bug. ***
Comment 85 Marian Mirilovic 2011-02-11 22:57:33 UTC
*** Bug 195347 has been marked as a duplicate of this bug. ***
Comment 86 Marian Mirilovic 2011-02-11 22:58:05 UTC
*** Bug 195335 has been marked as a duplicate of this bug. ***
Comment 87 Marian Mirilovic 2011-02-11 22:59:55 UTC
*** Bug 195269 has been marked as a duplicate of this bug. ***
Comment 88 Marian Mirilovic 2011-02-11 23:01:03 UTC
*** Bug 195322 has been marked as a duplicate of this bug. ***
Comment 89 Marian Mirilovic 2011-02-11 23:01:48 UTC
*** Bug 195273 has been marked as a duplicate of this bug. ***
Comment 90 Marian Mirilovic 2011-02-11 23:23:52 UTC
mark as fixed for Beta 2
Comment 91 mithridates 2011-02-12 10:58:35 UTC
Fix seems to work :-)
Cannot reproduce with Build 201102111519.
Thanks!
Comment 92 vince_soleil 2011-02-13 14:36:35 UTC
Reproductible with STS MAven scenario 1.11.3
- Doesn't move dependency to dependencyManagement and throw exception
Comment 93 David Strupl 2011-02-14 10:34:51 UTC
*** Bug 195319 has been marked as a duplicate of this bug. ***
Comment 94 Miloslav Metelka 2011-02-15 12:04:54 UTC
*** Bug 195483 has been marked as a duplicate of this bug. ***
Comment 95 Miloslav Metelka 2011-02-15 13:19:18 UTC
*** Bug 195458 has been marked as a duplicate of this bug. ***
Comment 96 Miloslav Metelka 2011-02-15 17:11:05 UTC
*** Bug 195332 has been marked as a duplicate of this bug. ***
Comment 97 David Strupl 2011-02-16 09:40:23 UTC
*** Bug 195518 has been marked as a duplicate of this bug. ***
Comment 98 Quality Engineering 2011-02-16 11:31:51 UTC
Integrated into 'main-golden', will be available in build *201102160501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9d180dd866a5
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #191620 - AssertionError: limitOffset=73006 > docTextLength=72974 - removed one check that was too restrictive.
Comment 99 AlanCanonFetter 2011-02-16 16:28:41 UTC
Thank you for fixing this bug. Netbeans 7.0 is coming along beautifully, and I am happily using it in production work with Spring 3.1-M1 and Hibernate 3.6.1. They themselves are bleeding-edge libraries, and it is nice to have a bleeding-edge IDE to work on them with.
Comment 100 Miloslav Metelka 2011-02-16 16:34:23 UTC
*** Bug 195281 has been marked as a duplicate of this bug. ***
Comment 101 Marian Mirilovic 2011-02-16 16:39:32 UTC
*** Bug 195522 has been marked as a duplicate of this bug. ***
Comment 102 Miloslav Metelka 2011-02-16 17:23:29 UTC
*** Bug 195351 has been marked as a duplicate of this bug. ***
Comment 103 pekarna 2011-02-16 18:49:27 UTC
IIRC, it was not happening in NetBeans IDE Build 201101040001,
started happening with         NetBeans IDE Build 201101250001
Comment 104 Marian Mirilovic 2011-02-17 08:34:25 UTC
*** Bug 195452 has been marked as a duplicate of this bug. ***
Comment 105 Miloslav Metelka 2011-02-17 09:27:07 UTC
Increased spec version to make sure the fix gets distributed by AU:
http://hg.netbeans.org/jet-main/rev/361a959288a1
Comment 106 Quality Engineering 2011-02-18 10:32:47 UTC
Integrated into 'main-golden', will be available in build *201102180501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/361a959288a1
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #191620 - AssertionError: limitOffset=73006 > docTextLength=72974 - increased spec version to make sure the previous fix gets distributed by AU.
Comment 107 Miloslav Metelka 2011-02-21 12:57:34 UTC
*** Bug 195390 has been marked as a duplicate of this bug. ***
Comment 108 plastique 2011-03-12 13:34:15 UTC
still existant in 20110312
Comment 109 plastique 2011-03-12 13:35:02 UTC
the duplicate detection system here is completely useless
Comment 110 Miloslav Metelka 2011-03-16 16:57:32 UTC
Please do not reopen this issue. Instead please open a new one if necessary.
Comment 111 plastique 2011-03-19 10:01:25 UTC
Could this item be closed in some way so that all the new duplicate reports won't arrive here anymore (where they are most likely ignored) ?