Community
Participate
Working Groups
Build Identifier: 20110218-0911 Since updating to Xtext 2.0 M7 I get a warning message when using ISerializer. Discouraged access: The type ISerializer is not accessible due to restriction on required library ...M7/plugins/org.eclipse.xtext_2.0.0.v201105030849.jar Both the current and new Serializer implement this interface, so I suppose this access restriction should be removed. Reproducible: Always
fixed; pushed to master; The package org.eclipse.xtext.serializer is now public. ISerializer is its only direct child (besides other packages). Other interfces/classes have been moved to internal packages.