Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 214ba4ee5ee500ab0f95ec2c8fb05a53fbee3acd (plain) (blame)
1
2
3
4
String qualifiedPackageName = qualifiedTypeName.length() == typeName.length
				? "" //$NON-NLS-1$
				: qualifiedBinaryFileName.substring(0,
						qualifiedTypeName.length() - typeName.length - 1);

Back to the top