RFR: 8323706: Remove SimpleSelector and CompoundSelector classes [v7]

Nir Lisker nlisker at openjdk.org
Tue Aug 13 14:13:59 UTC 2024


On Wed, 7 Aug 2024 22:47:28 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> oops, yes, you did, my mistake. the master progressed since then, got me confused.
> 
> I got a bunch of errors again after switching:
> 
> ```
> Description	Resource	Type	Path	Location
> Cannot infer type arguments for ParsedValueImpl<>	CssParser.java	Java Problem	/graphics/src/main/java/javafx/css	line 3024
> Cannot infer type arguments for ParsedValueImpl<>	CssParser.java	Java Problem	/graphics/src/main/java/javafx/css	line 3214
> Cannot infer type arguments for ParsedValueImpl<>	CssParser.java	Java Problem	/graphics/src/main/java/javafx/css	line 3267
> Cannot infer type arguments for ParsedValueImpl<>	CssParser.java	Java Problem	/graphics/src/main/java/javafx/css	line 3282
> Cannot infer type arguments for ParsedValueImpl<>	CssParser.java	Java Problem	/graphics/src/main/java/javafx/css	line 3607
> Cannot infer type arguments for ParsedValueImpl<>	CssParser.java	Java Problem	/graphics/src/main/java/javafx/css	line 3651
> ```

I got these too, as well as many

The method createShader(String, InputStream, Map<String,Integer>, Map<String,Integer>, int, boolean, boolean) in the type ShaderFactory is not applicable for the arguments (InputStream, HashMap<String,Integer>, HashMap<String,Integer>, int, boolean, boolean)

I haven't worked on this repo for 3 weeks, what changed?

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1333#issuecomment-2286360227


More information about the openjfx-dev mailing list