Code indentation, line, and character encoding formats should be consistent
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Attribute, classes and methods should follow a naming convention
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Avoid literal numbers (i.e. Magic numbers are not so magic)
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Too many controversial, unsafe or deprecated keywords in procedure divisions
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Ensure that your main SQL-related code artifacts are documented
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Operators and operands should use appropriate spacing to help readability
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Levels of logic complexity and conditions seem to be unbalanced
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Avoid using “this” unless it points to a newly created object (and tested)
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Wildcard imports should not be used too frequently
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Exceptions shouldn’t be caught with system exception classes
							Read more