Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 321859

Summary: Compile errors due to static access to non-static members
Product: [RT] ECF Reporter: Markus Kuppe <bugs.eclipse.org>
Component: ecf.newsreaderAssignee: Markus Kuppe <bugs.eclipse.org>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: wim.jongman
Version: 3.3.0   
Target Milestone: 3.4.0   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 321495    
Attachments:
Description Flags
mylyn/context/zip none

Description Markus Kuppe CLA 2010-08-05 09:03:28 EDT
org.eclipse.ecf.protocol.nntp.store.derby.internal.ArticleDAOTest
org.eclipse.ecf.protocol.nntp.store.derby.internal.NewsgroupDAOTest
org.eclipse.ecf.protocol.nntp.store.derby.internal.ServerDAOTest
org.eclipse.ecf.protocol.nntp.store.derby.internal.StoreTest
all access the StoreFactory in a static way in setUp().
Comment 1 Markus Kuppe CLA 2010-08-05 09:09:29 EDT
Fix (accessing instances) released to master/HEAD
Comment 2 Markus Kuppe CLA 2010-08-05 09:09:31 EDT
Created attachment 175927 [details]
mylyn/context/zip