All Downloads are FREE. Search and download functionalities are using the official Maven repository.

findbugs.cflint-to-findbugs.xsl Maven / Gradle / Ivy

Go to download

A static code analysis tool for ColdFusion (in the spirit of FindBugs and Lint). With CFLint, you are able to analyze your ColdFusion code base for code violations.

There is a newer version: 1.5.0
Show newest version






	


	
	
		
		
			
				
			
			
			
			
			
			
		
	
	
	
		
			
			 
				
					
						
					
					
						
					
				
			
		
	
	
		 
			
			 
				
					
						
							
						
						
							
						
						
							
						
						
						
Variable assigned without a scope. This puts in a large scope that is usually intended. Suggest using the 'var name' statement of explicit 'LOCAL.name' statement. Nested <cfquery/> tags, the outer tag has an @query attribute, it should also specify the @group attribute. QueryNew should specify the datatypes of the columns. Variable is varr'd with the same name as one of the arguments. This is confusing or incorrect. Variable referenced both as an unscoped (local) and an argument. Arguments that are not required should specify a default value (@default) Functions should specify @output="false"
1 2 3 4 5 6 7 Use var or the local scope, or otherwise clarify the scope In In function () At line : Expression:




© 2015 - 2024 Weber Informatics LLC | Privacy Policy