Skip to main content



      Home
Home » Eclipse Projects » DTP » Discouraged Access Warnings
Discouraged Access Warnings [message #43223] Thu, 27 March 2008 06:52
Eclipse UserFriend
Hello,

while making progress with the Ingres enablement plugins, there is still
an issue concerning discouraged access warnings. I fixed several parts
of the code, but there are still two problems left:

1. The package:
org.eclipse.datatools.sqltools.sql.parser.*

The parser API is not accessible (in restricted mode) to other plugins.
I'm a bit surprised, that the package is not visible. This is mainly
because the parser is part of the extension point
org.eclipse.datatools.sqltools.editor.core.dbConfigurations# dbConfiguration
(the parser can be accessed via
SQLDevToolsConfiguration.getSQLService().getSQLParser()).

2. The class:
org.eclipse.datatools.sqltools.core.IControlConnection

My current implementation depends on
org.eclipse.datatools.sqltools.internal.core.AbstractControl Connection.
Unfortunately this class is not part of the API. It would be nice to
have a default implementation of the interface, that is intended to be
subclassed.

Is there a recommended way to resolve "discouraged access" issues?

Thanks,

Rico
Previous Topic:ODA with POJOs
Next Topic:Discouraged Access Warnings
Goto Forum:
  


Current Time: Mon Jul 07 15:24:36 EDT 2025

Powered by FUDForum. Page generated in 0.05632 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top