https://defect.opensolaris.org/bz/show_bug.cgi?id=18687

           Summary: Run ASP.NET(.aspx,...) and WPF(.xaml) files through
                    XML analyzer
    Classification: Development
           Product: opengrok
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


*.aspx, *.ascx, *.asax, *.Master and *.xaml files do not contain XML
declaration tag at the beginning, so they are not recognized by OpenGrok as XML
files and are processed as plaintext.

Since they are in fact XMLs, they should be processed by XML handler (e.g.
added to XMLAnalyzerFactory::SUFFIXES). Mentioned ASP.NET files always begin
with '<@ ' directive (like  '<%@ Page', '<%@ Control', '<%@ Application') which
could be used for heuristics as well.

-- 
Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to