For this exercise you will need your Album and Song classes from the Playlist Coding Exercise. The Album class will be modified to use an inner class called SongList which will replace the ArrayList ...
What steps will reproduce the problem? 1. class Outer { class Nested { @Untainted Outer context(@Untainted Outer.@Untainted Nested this) { return Outer.this; } } } OuterThisBug.java:8: error: ...