Skip to content

Commit

Permalink
Move needsJavaImport method to Famix-Value project
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Apr 15, 2024
1 parent 40bead2 commit 9905900
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 29 deletions.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions src/Famix-UnitTest-Exporter/FamixJavaType.extension.st

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ FamixValueUnknownType >> mooseNameWithDots [

^ name
]

{ #category : #'*Famix-UnitTest-Exporter' }
FamixValueUnknownType >> needsJavaImport [

^ ((name size = 6 or: [
name size = 16 and: [ name beginsWith: 'java.lang.' ] ]) and: [
name endsWith: 'Object' ]) not
]

0 comments on commit 9905900

Please sign in to comment.