-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 13, 14
-
b19
-
x86_64
-
windows_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8265830 | 11.0.12-oracle | Sergey Bylokhov | P4 | Resolved | Fixed | b03 |
JDK-8265959 | 11.0.12 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8269366 | openjdk8u312 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8265876 | 8u301 | Sergey Bylokhov | P4 | Resolved | Fixed | b03 |
A DESCRIPTION OF THE PROBLEM :
Using Eclipse and setting the problem severity of "Unlikely argument type for collection methods using 'Object'" to "Error" leads to the compile errors
Description Resource Path Location Type
Unlikely argument type SoftMainMixer.SoftChannelMixerContainer for contains(Object) on a Collection<ModelChannelMixer> SoftMainMixer.java /JDK1_8/src/share/classes/com/sun/media/sound line 632 Java Problem
Unlikely argument type SoftMainMixer.SoftChannelMixerContainer for remove(Object) on a Collection<ModelChannelMixer> SoftMainMixer.java /JDK1_8/src/share/classes/com/sun/media/sound line 633 Java Problem
The errors here belong to the sources of JDK 1.8 but https://github.com/openjdk/jdk/blob/135f20985258b736f6ddc34e443c9822ea9f52bb/src/java.desktop/share/classes/com/sun/media/sound/SoftMainMixer.java#L633-L637 shows that the same is the case for the most current sources.
Instead of cmixer being used as argument in the call I assume that it should be cmixer.mixer
FREQUENCY : always
Using Eclipse and setting the problem severity of "Unlikely argument type for collection methods using 'Object'" to "Error" leads to the compile errors
Description Resource Path Location Type
Unlikely argument type SoftMainMixer.SoftChannelMixerContainer for contains(Object) on a Collection<ModelChannelMixer> SoftMainMixer.java /JDK1_8/src/share/classes/com/sun/media/sound line 632 Java Problem
Unlikely argument type SoftMainMixer.SoftChannelMixerContainer for remove(Object) on a Collection<ModelChannelMixer> SoftMainMixer.java /JDK1_8/src/share/classes/com/sun/media/sound line 633 Java Problem
The errors here belong to the sources of JDK 1.8 but https://github.com/openjdk/jdk/blob/135f20985258b736f6ddc34e443c9822ea9f52bb/src/java.desktop/share/classes/com/sun/media/sound/SoftMainMixer.java#L633-L637 shows that the same is the case for the most current sources.
Instead of cmixer being used as argument in the call I assume that it should be cmixer.mixer
FREQUENCY : always
- backported by
-
JDK-8265830 SoftMainMixer.processAudioBuffers(): Wrong handling of stoppedMixers
- Resolved
-
JDK-8265876 SoftMainMixer.processAudioBuffers(): Wrong handling of stoppedMixers
- Resolved
-
JDK-8265959 SoftMainMixer.processAudioBuffers(): Wrong handling of stoppedMixers
- Resolved
-
JDK-8269366 SoftMainMixer.processAudioBuffers(): Wrong handling of stoppedMixers
- Resolved
- links to