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 150037

Summary: NoSuchFieldError: RPPostprocessing
Product: platform Reporter: Lukas Hasik <lhasik>
Component: TextAssignee: mslama <mslama>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=75632
Issue Type: DEFECT Exception Reporter: 75632

Description Lukas Hasik 2008-10-14 10:15:28 UTC
17 duplicates

Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NoSuchFieldError: RPPostprocessing
        at org.openide.text.CloneableEditor$DoInitialize.initRest(CloneableEditor.java:408)
        at org.openide.text.CloneableEditor$DoInitialize.run(CloneableEditor.java:252)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 mslama 2008-10-21 16:57:09 UTC
Not reproducible on 6.5 or trunk build. Somehow openide.text module jar is corrupted. Changeset
http://hg.netbeans.org/core-main/rev/751b6d588067 contains change both for CloneableEditorSupport and CloneableEditor. I
checked that this changeset was transplanted into release61_fixes clone as
http://hg.netbeans.org/release61_fixes/rev/d0da541fe6ef. So no idea what could cause this or how this might happen. It
seems it happens only on NB 6.1 with patch2. Applying newer patch should fix this as it should update openide.text
module. Or I can provide working openide.text module if there is interest.