vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Source code from dependency with classifier cannot be found

Open dsyer opened this issue 5 years ago • 1 comments

If an app depends on a jar with a classifier then the sources cannot be found and you get the (rubbish) disassembler results. E.g.

		<dependency>
			<groupId>com.example</groupId>
			<artifactId>mylibrary</artifactId>
			<version>1.0.0-SNAPSHOT</version>
			<classifier>func</classifier>
		</dependency>

might have many classes, and source code, but none of them can be browsed.

dsyer avatar Jun 11 '20 10:06 dsyer

Possibly related with https://github.com/redhat-developer/vscode-java/issues/1031

jdneo avatar Dec 01 '21 05:12 jdneo