Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 154682If the fold "BirtdataCache" is not exist in the system temp fold, cleare the cache will throw NPE

Title: CheckIn:Fix bugzilla bug 154682If the fold "BirtdataCache" is not exist in the system temp fold, cleare the cache will throw NPE

- Summary:
Fix bugzilla bug
154682 If the fold "BirtdataCache" is not exist in the system temp fold, clear the cache will throw NPE

- Bugzilla Bug (s) Resolved:
Bug
154682

- Description:
This bug happens when the BirtdataCache has created automatically by Birt. But after its creation, user manually deletes its entire folder. After that, if user has another operation on cache, it will throw NPE. Since in former impl, we still think this folder does exist. Fix this bug in source now!

- Tests Description:
Manual test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/CacheMapManager.java

- Files Added:

- Files Deleted










Back to the top