Showing 6,856 of 14,752 total issues
Function point
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
point: function(λ, φ) {
var point1 = [ λ, φ ], point2, v = visible(λ, φ), c = smallRadius ? v ? 0 : code(λ, φ) : v ? code(λ + (λ < 0 ? π : -π), φ) : 0;
if (!point0 && (v00 = v0 = v)) listener.lineStart();
if (v !== v0) {
point2 = intersect(point0, point1);
- Create a ticketCreate a ticket
Function refresh
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
refresh: function() {
var menus, items,
that = this,
icon = this.options.icons.submenu,
submenus = this.element.find( this.options.menus );
- Create a ticketCreate a ticket
Function name
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn[ name ] = function( options ) {
var isMethodCall = typeof options === "string",
args = widget_slice.call( arguments, 1 ),
returnValue = this;
- Create a ticketCreate a ticket
Function init
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
modelPlotter.init = function(representation, value,headless) {
// view-bug - require js prevents global variable behavior
if (!window.functionPlot) {
if(!headless){
- Create a ticketCreate a ticket
Function _drawMenu
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_drawMenu: function() {
var that = this;
// Create menu
this.menu = $( "<ul>", {
- Create a ticketCreate a ticket
Function showPrimarySelection
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
ContentEditableInput.prototype.showPrimarySelection = function () {
var sel = window.getSelection(), cm = this.cm, prim = cm.doc.sel.primary()
var from = prim.from(), to = prim.to()
if (cm.display.viewTo == cm.display.viewFrom || from.line >= cm.display.viewTo || to.line < cm.display.viewFrom) {
- Create a ticketCreate a ticket
Function showPrimarySelection
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
ContentEditableInput.prototype.showPrimarySelection = function () {
var sel = window.getSelection(), cm = this.cm, prim = cm.doc.sel.primary()
var from = prim.from(), to = prim.to()
if (cm.display.viewTo == cm.display.viewFrom || from.line >= cm.display.viewTo || to.line < cm.display.viewFrom) {
- Create a ticketCreate a ticket
Function start
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
start: function(options) {
if (History.started) throw new Error('Backbone.history has already been started');
History.started = true;
// Figure out the initial configuration. Do we need an iframe?
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket