Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 321859 - Compile errors due to static access to non-static members
Summary: Compile errors due to static access to non-static members
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.newsreader (show other bugs)
Version: 3.3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.4.0   Edit
Assignee: Markus Kuppe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 321495
  Show dependency tree
 
Reported: 2010-08-05 09:03 EDT by Markus Kuppe CLA
Modified: 2010-08-05 09:09 EDT (History)
1 user (show)

See Also:


Attachments
mylyn/context/zip (6.68 KB, application/octet-stream)
2010-08-05 09:09 EDT, Markus Kuppe CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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