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 51025

Summary: BinaryFS broken for inline file content
Product: platform Reporter: pzajac <pzajac>
Component: -- Other --Assignee: Petr Nejedly <pnejedly>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: test's log

Description pzajac 2004-11-01 10:36:01 UTC
Test Case:  	 testBinaryCacheManager
Test Suite: 
org.netbeans.core.projects.cache.&#8201;BinaryCacheManagerTest
Module Name: 	core
jdk:    1.4.2-0x
Comment 1 pzajac 2004-11-01 10:36:39 UTC
Created attachment 18636 [details]
test's log
Comment 2 Petr Nejedly 2004-11-03 13:00:54 UTC
Test really fails.
Comment 3 Petr Nejedly 2004-11-03 13:35:51 UTC
The test is right, BinaryFS doesn't handle CDATA content properly.
Comment 4 Petr Nejedly 2004-11-03 14:11:39 UTC
core/src/org/netbeans/core/projects/cache/BinaryFS.java,v1.14

The diff of the fix is at
http://www.netbeans.org/source/browse/core/src/org/netbeans/core/projects/cache/BinaryFS.java.diff?r1=1.13&r2=1.14&f=u
Comment 5 Petr Nejedly 2004-11-04 14:54:00 UTC
Backported the fix to the release40 branch.
core/src/org/netbeans/core/projects/cache/BinaryFS.java,v1.13.10.1
Comment 6 pzajac 2004-11-15 09:06:04 UTC
v