Hi Cesar, we use FindBugs reports on our side; See [1] and [2] - as an example. Once in a while some of the warnings are fixed, based on interests/efforts.
Besides that, MyFaces CORE (the JSF implementation) is doing a binary compatibility check with the Mojarra APIs (the JSF reference implementation, see [3]. The Trinidad library, for instance does similar, it checks binary compatibility across releases, see [4]. HTH, Matthias [1] http://myfaces.apache.org/core20/myfaces-api/project-reports.html [2] http://myfaces.apache.org/trinidad/trinidad-api/project-reports.html [3] http://svn.apache.org/repos/asf/myfaces/core/trunk/api/pom.xml [4] http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-api/pom.xml 2011/1/24 César Couto <[email protected]>: > Dear developers, > > I am a PhD student at UFMG, Brazil and as part of my research I am > making a study about the relevance of the warnings reported by the > FindBugs bug finding tool. > > Since I am planning to use MyFaces as a subject system in my research, > I would like to know if MyFaces's developers usually run FindBugs as > > part of the system development process. > > Thanks in advance, > > Cesar Couto > > -- > http://www.decom.cefetmg.br/cesar > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
